-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "ContDelivery",
"version": "1.0.0",
"description": "",
"main": "./guiLib/enhancedMain.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "ronhng",
"license": "ISC",
"window": {
"width": 900,
"height": 600
},
"js-flags": "--harmony",
"dependencies": {
"//": "minimatch is used for ssi->glob module that path is too long",
"babel-core": "^4.7.16",
"babel-loader": "^4.2.0",
"babel-runtime": "^4.7.16",
"bundle-loader": "0.5.2",
"coffee-jsx-loader": "^0.1.0",
"coffee-loader": "^0.7.2",
"coffee-react": "^2.1.2",
"coffee-script": "^1.8.0",
"css-loader": "^0.9.1",
"exports-loader": "^0.6.2",
"express": "^4.11.0",
"extend": "^2.0.0",
"file-loader": "^0.8.1",
"hogan.js": "^3.0.2",
"html-escape": "^1.0.1",
"imports-loader": "^0.6.3",
"jsx-loader": "^0.12.2",
"loader-utils": "^0.2.5",
"lodash": "^2.4.1",
"minimatch": "0.3",
"mocha-loader": "^0.7.1",
"mustache-loader": "^0.3.0",
"nedb": "^1.0.1",
"node-libs-browser": "^0.5.0",
"raw-loader": "^0.5.1",
"rimraf": "^2.3.2",
"serve-index": "^1.6.0",
"socket.io": "^0.9.17",
"tiny-lr": "^0.1.4",
"watchpack": "lildemon/watchpack",
"webpack": "^1.9.7",
"webpack-dev-server": "^1.6.6",
"wrench": "^1.5.8",
"node-sass": "git+https://git.coding.net/ronhng/startpoint-node-sass.git",
"ssi": "git+https://git.coding.net/ronhng/startpoint-ssi.git"
},
"node-remote": "www.tmued.com",
"devDependencies": {}
}