-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1006 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1006 Bytes
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
{
"name": "admin.wavefarm.org",
"description": "Admin site for wavefarm",
"version": "0.0.1",
"author": "Gabriel Farrell <g@gsf.io>",
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"repository": {
"type": "git",
"url": "http://github.com/wavefarm/admin.wavefarm.org.git"
},
"main": "app.js",
"dependencies": {
"dom-delegator": "^12.0.0",
"html-truncate": "~1.0.3",
"http-proxy": "^1.8.1",
"hyperscript": "^1.4.0",
"hyperstream": "^0.5.0",
"main-loop": "^3.0.0",
"mime": "^1.2.11",
"observ": "^0.2.0",
"observ-struct": "^6.0.0",
"page": "^1.3.7",
"script-injector": "^0.1.7",
"value-event": "^2.2.0",
"vdom-virtualize": "0.0.5",
"virtual-dom": "0.0.23",
"wavefarm": "0.1.0"
},
"devDependencies": {
"envify": "^1.2.1"
},
"scripts": {
"build": "browserify app.js -t envify > static/bundle.js",
"watch": "cd static; beefy ../app.js:bundle.js 1040 --index=index.html --live -- -t envify"
}
}