forked from ISBX/isbx-loopback-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.02 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.02 KB
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
{
"author": "ISBX",
"name": "isbx-loopback-cms",
"version": "0.0.19",
"main": "index.js",
"licenses": {
"type": "MIT"
},
"dependencies": {
"body-parser": "^1.0.2",
"compression": "^1.0.1",
"express": "~4.9.5",
"glob": "^4.0.6",
"http-proxy": "^1.5.3",
"jade": "^1.7.0",
"lodash": "^2.4.1",
"morgan": "^1.0.0",
"nib": "^1.0.4",
"optimist": "~0.6.1",
"stylus": "^0.49.1",
"inflection": "~1.4.2",
"moment": "~2.9.0",
"node-uuid": "~1.4.2"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-copy": "~0.6.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-stylus": "^0.20.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-html2js": "~0.2.4",
"grunt-jscs-checker": "^0.4.4",
"grunt-karma": "0.9.0",
"grunt-ngmin": "~0.0.3",
"karma": "~0.12.2",
"karma-chrome-launcher": "~0.1.2",
"karma-coverage": "~0.2.1",
"karma-jasmine": "~0.2.2"
}
}