-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.09 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
{
"name": "nerm",
"version": "1.5.3",
"description": "A route generator to match your models, yeah!",
"main": "index.js",
"scripts": {
"test": "bin/test.sh",
"setup": "bin/setup.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/jamplify/nerm"
},
"keywords": [
"express",
"rest",
"mongoose",
"api",
"routing",
"routes"
],
"author": "JP Erkelens",
"license": "MIT",
"bugs": {
"url": "https://github.com/jamplify/nerm/issues"
},
"homepage": "https://github.com/jamplify/nerm",
"devDependencies": {
"body-parser": "^1.13.2",
"coffee-script": "^1.9.3",
"express": "^4.15.4",
"mocha": "^2.2.5",
"mongoose": "^5.7.6",
"should": "^7.0.1",
"sinon": "^1.15.4",
"supertest": "^1.0.1"
},
"jshintConfig": {
"eqeqeq": true,
"indent": 2,
"esnext": true,
"asi": true,
"maxlen": 80,
"singleGroups": true,
"unused": true
},
"dependencies": {
"async": "^1.3.0",
"flat": "^1.6.0",
"inflection": "^1.7.1",
"lodash": "^4.0.0",
"underscore.string": "^3.1.1"
}
}