-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 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
49
50
{
"name": "mercury-cfrp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --inline --history-api-fallback",
"build": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.5.8",
"babel-loader": "^5.1.4",
"css-loader": "^0.15.1",
"express": "^4.13.3",
"json-loader": "^0.5.2",
"node-libs-browser": "^0.5.2",
"style-loader": "^0.12.3",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"
},
"dependencies": {
"colorbrewer": "0.0.2",
"d3": "^3.5.6",
"d3-time": "0.0.5",
"d3-time-format": "^0.1.0",
"d3-xhr": "^0.1.1",
"dom-delegator": "^13.1.0",
"geval": "^2.1.1",
"global": "^4.3.0",
"main-loop": "^3.1.0",
"mercury": "^14.0.0",
"mercury-router": "^1.0.7",
"object-assign": "^3.0.0",
"observ": "^0.2.0",
"observ-array": "^3.2.1",
"observ-struct": "^6.0.0",
"querystring": "^0.2.0",
"queue-async": "^1.0.7",
"value-event": "^5.1.0",
"vdom": "0.0.22",
"vdom-thunk": "^3.0.0",
"virtual-hyperscript": "^4.6.0",
"vtree": "0.0.22",
"xtend": "^4.0.0"
}
}