-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "wavefarm.org",
"description": "Home site for Wave Farm",
"version": "0.0.0",
"author": "Gabriel Farrell <[email protected]>",
"repository": "git://github.com/wavefarm/site.git",
"dependencies": {
"brfs": "^1.4.0",
"concat-stream": "~1.3.1",
"deva": "0.0.7",
"dom-delegator": "^10.0.0",
"envify": "^2.0.1",
"escape-html": "^1.0.1",
"fade": "~0.1.0",
"graceful-fs": "^3.0.4",
"main-loop": "^2.3.0",
"moment": "^2.9.0",
"mustache": "^2.2.0",
"observ": "^0.2.0",
"observ-struct": "^5.0.1",
"snout": "^0.1.2",
"st": "^0.5.2",
"strip": "0.0.6",
"twit": "~1.1.11",
"uglifyify": "^2.5.0",
"value-event": "^2.2.1",
"vdom-virtualize": "0.0.3",
"vdomify": "0.0.3",
"virtual-dom": "0.0.14",
"virtual-hyperscript": "^4.4.0",
"wavefarm": "^0.4.0"
},
"scripts": {
"postinstall": "browserify -t envify -t brfs -g uglifyify browser.js > static/bundle.js",
"watch": "watchify -t envify -t brfs browser.js -o static/bundle.js -dv"
},
"standard": {
"ignore": [
"static/scripts/*",
"static/ua.js"
]
}
}