-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1.12 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
{
"name": "hodl.today",
"version": "0.0.0",
"description": "HODL today, MOON tomorrow",
"scripts": {
"watch": "./node_modules/.bin/watchify -vd -e js/scripts.js -o dist/js/build.min.js -t moonify -p browserify-hmr",
"serve": "http-server -o -c 1 -a localhost",
"bundle-css": "node ./build/bundle-css.js",
"watch-css": "node ./build/watch.js",
"dev": "cross-env NODE_ENV=development npm-run-all --parallel watch serve watch-css bundle-css",
"build": "cross-env NODE_ENV=production node build/build.js && cp ./gh-pages/CNAME ./dist/",
"deploy": "git subtree push --prefix dist origin gh-pages"
},
"dependencies": {
"monx": "0.1.1",
"moon-router": "0.1.3",
"moonjs": "0.11.0"
},
"devDependencies": {
"browserify": "14.1.0",
"browserify-hmr": "0.3.5",
"bubleify": "^0.7.0",
"clean-css": "4.0.8",
"cross-env": "^4.0.0",
"html-minifier": "^3.4.1",
"http-server": "0.9.0",
"moonify": "0.0.15",
"npm-run-all": "^2.3.0",
"slashjs": "^1.0.0",
"uglify-js": "latest",
"uglifyify": "3.0.4",
"watchify": "3.9.0"
},
"author": "AndreasGassmann"
}