forked from z0mt3c/node-restify-swagger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.01 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
{
"name": "node-restify-swagger",
"version": "0.1.6",
"author": {
"name": "Timo Behrmann"
},
"license": "MIT",
"keywords": [
"rest",
"api",
"restify",
"validation"
],
"repository": {
"type": "git",
"url": "git://github.com/z0mt3c/node-restify-swagger.git"
},
"bugs": {
"url": "https://github.com/z0mt3c/node-restify-swagger/issues"
},
"scripts": {
"test": "grunt test",
"blanket": {
"pattern": "//^(?!.*node_modules.*$).*lib//"
}
},
"main": "lib/index",
"readmeFilename": "README.md",
"dependencies": {
"underscore": "~1.5.2",
"underscore.string": "~2.3.3",
"node-restify-validation": "0.0.x",
"lingo": "0.0.5"
},
"devDependencies": {
"restify": "2.6.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.7.0",
"grunt-contrib-watch": "~0.5.1",
"grunt-mocha-cli": "~1.3.0",
"matchdep": "~0.3.0",
"should": "~2.0.2",
"sinon": "~1.7.3",
"grunt-mocha-cov": "~0.0.7",
"grunt-release": "~0.6.0"
}
}