-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"name": "be.SpokeStack",
"version": "1.0.0",
"description": "custom stack without task runners",
"main": "index.js",
"scripts": {
"start": "node index.js build:development",
"test": "karma start --single-run",
"deploy": "node index.js build:deploy",
"publish": "node ./express/bin/www"
},
"author": "",
"license": "MIT",
"devDependencies": {
"async": "^1.4.2",
"body-parser": "~1.13.2",
"browser-sync": "^2.8.2",
"chokidar": "^1.0.5",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"i18n": "^0.5.0",
"jade": "^1.11.0",
"karma": "0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "0.1.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-nyan-reporter": "0.2.1",
"karma-sinon-chai": "^1.0.0",
"karma-webpack": "1.7.0",
"lodash": "^3.10.1",
"mocha": "^2.3.2",
"morgan": "~1.6.1",
"node-dir": "^0.1.10",
"node-sass": "^3.2.0",
"serve-favicon": "~2.3.0",
"webpack": "^1.12.2"
}
}