forked from cybertk/abao
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.47 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "abao",
"version": "0.4.1",
"description": "RAML testing tool",
"bin": "bin/abao",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/cybertk/abao.git"
},
"keywords": [
"api",
"test",
"testing",
"documentation",
"integration",
"acceptance",
"RAML",
"automated"
],
"author": "Quanlong",
"license": "MIT",
"bugs": {
"url": "https://github.com/cybertk/abao/issues"
},
"homepage": "https://github.com/cybertk/abao",
"devDependencies": {
"coveralls": "^2.11.14",
"express": "^4.12.0",
"grunt": "~0.4.5",
"grunt-cli": "~1.2.0",
"grunt-coffeecov": "^0.1.5",
"grunt-coffeelint": "^0.0.16",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "~0.13.2",
"grunt-shell": "^2.0.0",
"load-grunt-config": "^0.19.2",
"mocha-phantom-coverage-reporter": "^0.1.0",
"mute": "^1.0.0",
"nock": "^8.1.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0",
"time-grunt": "~1.4.0"
},
"dependencies": {
"async": "^2.0.1",
"chai": "~3.5.0",
"coffee-errors": "^0.8.6",
"coffee-script": "~1.11.0",
"csonschema": "^0.5.1",
"glob": "^7.0.6",
"mocha": "~3.1.0",
"mustache": "~2.2.1",
"proxyquire": "^1.3.1",
"raml-parser": "^0.8.16",
"request": "^2.53.0",
"source-map-support": "^0.4.0",
"tv4": "^1.2.7",
"underscore": "^1.8.2",
"yargs": "~6.0.0"
}
}