-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
56 lines (56 loc) · 1.24 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
{
"name": "ramlev",
"version": "0.4.0",
"description": "RAML example validator",
"main": "index.js",
"bin": {
"ramlev": "bin/ramlev"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/cybertk/ramlev.git"
},
"keywords": [
"RAML",
"example",
"validator",
"lint"
],
"author": "Quanlong",
"license": "MIT",
"bugs": {
"url": "https://github.com/cybertk/ramlev/issues"
},
"homepage": "https://github.com/cybertk/ramlev",
"dependencies": {
"async": "^2.0.1",
"chai": "~3.5.0",
"coffee-script": "~1.12.3",
"csonschema": "^0.5.1",
"mocha": "^2.2.5",
"optimist": "~0.6.1",
"raml-parser": "^0.8.11",
"refaker": "^0.2.5",
"tv4": "^1.1.12",
"underscore": "~1.8.3"
},
"devDependencies": {
"coffee-errors": "^0.8.6",
"coveralls": "^2.11.3",
"grunt": "^0.4.5",
"grunt-cli": "^1.2.0",
"grunt-coffeecov": "^0.1.5",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.13.2",
"grunt-shell": "^2.1.0",
"jit-grunt": "^0.9.1",
"mocha-phantom-coverage-reporter": "^0.1.0",
"proxyquire": "^1.6.0",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"time-grunt": "^1.2.1"
}
}