forked from OData/model-first
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 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
{
"name": "morpho",
"description": "A model first tooling",
"repository": {
"type": "git",
"url": "https://github.com/odata/model-first"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"brfs": "^1.4.3",
"browserify": "^13.0.0",
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-execute": "^0.2.2",
"grunt-karma": "^0.10.1",
"grunt-usemin": "^3.0.0",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-browserify": "^5.0.0",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.18",
"watchify": "^3.7.0"
},
"dependencies": {
"body-parser": "^1.14.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"easy-zip": "0.0.4",
"ejs": "^2.3.4",
"express": "^4.13.4",
"express-flash": "0.0.2",
"express-session": "^1.13.0",
"grunt-contrib-uglify": "^0.11.0",
"karma-chrome-launcher": "^0.2.0",
"karma-ie-launcher": "^0.2.0",
"lodash": "^4.9.0",
"morgan": "~1.6.1",
"node-native-zip": "^1.1.0",
"serve-favicon": "~2.3.0"
}
}