-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.27 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.27 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
41
42
43
44
45
46
{
"name": "data-party",
"version": "0.0.1",
"description": "",
"main": "app.js",
"scripts": {
"watch-css": "cssnext browser/assets/style.css > browser/assets/bundle.css",
"browser": "budo browser/index.js --dir browser --live --onupdate 'npm run watch-css' --pushstate",
"start": "node app.js & npm run browser"
},
"dependencies": {
"accounts-api": "0.1.0",
"appa": "^1.0.1",
"basscss-grid": "^1.0.3",
"budo": "^6.0.0",
"catch-links": "^2.0.0",
"component-emitter": "^1.2.0",
"csskit": "^1.1.1",
"cuid": "^1.3.8",
"data-editor": "github:editdata/data-editor",
"data-form": "github:editdata/data-form",
"data-grid": "github:editdata/data-grid",
"data-map": "github:editdata/data-map",
"extend": "^3.0.0",
"fs": "0.0.2",
"history-state": "^1.0.0",
"level": "^1.3.0",
"normalize.css": "^3.0.3",
"pathname-match": "^1.1.0",
"popup-element": "^1.0.0",
"query-string": "^3.0.0",
"redux": "^3.0.4",
"socket.io": "^1.3.7",
"socket.io-client": "^1.3.7",
"virtual-dom": "^2.1.1",
"virtual-raf": "^2.0.3",
"wayfarer": "^5.0.1",
"xhr": "^2.0.5",
"xtend": "^4.0.1"
},
"devDependencies": {
"browserify": "^12.0.1",
"cssnext": "^1.8.4",
"envify": "^3.4.0"
}
}