-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 864 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "caseman",
"version": "1.1.0",
"description": "Easily manage test case record setups for MSSQL databases",
"main": "index.js",
"scripts": {
"test": "node runTest.js"
},
"bin": {
"caseman": "./index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/jcwatson11/caseman.git"
},
"keywords": [
"test",
"case",
"manage",
"mssql",
"database"
],
"author": "Jon Watson <[email protected]> (http://fh.org/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jcwatson11/caseman/issues"
},
"dependencies": {
"MD5": "^1.3.0",
"async": "^2.6.0",
"bluebird": "^3.5.1",
"commander": "~2.6.0",
"q": "^1.5.1",
"roundsql": "^1.0.3"
},
"devDependencies": {
"jasmine": "^3.1.0",
"jasmine-core": "^3.1.0",
"jasmine-utils": "~0.2.0"
}
}