-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.41 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
{
"name": "hns-serve",
"version": "0.1.0",
"private": false,
"scripts": {
"start": "node bin/start",
"test": "mocha spec/*.spec.js",
"test_module": "node node_modules/.bin/mocha --compilers js:babel-core/register js_modules/topic_moudle/spec"
},
"config": {
"port": 3000
},
"devDependencies": {
"babel-core": "^5.8.33",
"babel-loader": "^5.3.3",
"bower": "1.3.12",
"browser-sync": "^2.8.0",
"coffee-script": "~1.9.1",
"connect-browser-sync": "^2.0.1",
"debug": "~0.7.4",
"express-less": "~0.0.6",
"grunt": "~0.4.4",
"grunt-contrib-less": "~0.11.1",
"hotswap": "^1.1.0",
"http-proxy": "^1.11.2",
"jsdom": "^7.0.2",
"mocha": "^2.3.3",
"mocha-jsdom": "^0.4.0",
"react": "^0.14.2",
"requirejs": "^2.1.16",
"webpack": "^1.12.2",
"webpack-dev-middleware": "^1.2.0",
"zombie": "^4.2.1"
},
"keywords": [
"develpoer",
"generator",
"server",
"deployment"
],
"author": "jaxchow",
"license": "mit",
"main": "app/app",
"dependencies": {
"body-parser": "~1.14.2",
"chalk": "^1.1.0",
"coffee-script": "~1.10.0",
"connect-multiparty": "1.2.5",
"cookie-parser": "~1.4.0",
"dev-ip": "^1.0.1",
"express": "~4.13.3",
"hns-logger": "^1.0.0",
"lodash": "~3.10.1",
"morgan": "~1.6.1",
"serve-favicon": "^2.2.0",
"utils-merge": "^1.0.0",
"velocity-view": "~0.0.1"
}
}