forked from sudomesh/disaster-radio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "disaster-radio",
"version": "0.0.1",
"scripts": {
"build-js": "bin/build.js",
"watch-js": "bin/build.js -d",
"build-css": "gulp build:css",
"watch-css": "gulp watch:css",
"build": "gulp build",
"watch": "gulp watch",
"dev": "bin/dev.js",
"start": "bin/server.js",
"clean": "rm static/build/*"
},
"dependencies": {
"ecstatic": "^2.2.2",
"gulp-cssimport": "^6.0.0",
"minimist": "^1.2.3",
"routes": "^2.1.0",
"ws": "^3.3.1"
},
"devDependencies": {
"arraybuffer-to-buffer": "0.0.4",
"ashnazg": "0.0.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-hmre": "^1.1.1",
"babelify": "^7.3.0",
"browserify": "^14.4.0",
"byline": "^5.0.0",
"colors": "^1.1.2",
"gulp": "^3.9.1",
"gulp-inline-source": "^3.1.0",
"gulp-sass": "^3.1.0",
"less": "^2.7.2",
"preact": "^8.2.1",
"purecss": "^1.0.0",
"tweetnacl": "^1.0.0",
"watchify": "^3.9.0"
},
"license": "AGPL-3.0"
}