forked from OData/model-first
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.8 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
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "model-first",
"description": "A model first tooling",
"version": "0.1.3",
"repository": {
"type": "git",
"url": "https://github.com/odata/model-first"
},
"engines": {
"node": ">= 5.8.0"
},
"devDependencies": {
"css-loader": "^0.23.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"jasmine-core": "^2.2.0",
"karma": "^0.13.3",
"karma-chrome-launcher": "^1.0.1",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.7.0",
"open": "0.0.5",
"phantomjs-prebuilt": "^2.1.7",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1"
},
"dependencies": {
"body-parser": "^1.14.2",
"bootstrap": "^3.3.6",
"codemirror": "^5.15.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",
"jquery": "^2.2.4",
"js-base64": "^2.1.9",
"js-yaml": "^3.6.1",
"json-loader": "^0.5.4",
"json-refs": "^2.1.5",
"json-schema-faker": "~0.2.16",
"jsrender": "^0.9.76",
"lodash": "^4.9.0",
"minimist": "^1.2.0",
"morgan": "~1.6.1",
"native-promise-only": "^0.8.1",
"node-schedule": "^1.1.1",
"path": "^0.12.7",
"path-to-regexp": "^1.5.0",
"serve-favicon": "~2.3.0",
"worker-loader": "^0.7.0",
"yaml-js": "^0.1.3",
"yaml-worker": "^2.1.0",
"z-schema": "^3.17.0"
},
"scripts": {
"build": "webpack --production --hide-modules --stats=errors-only",
"unit-test": "karma start test/karma.conf.js",
"test": "npm run unit-test",
"start": "node ./app.js"
}
}