-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 1.22 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
{
"name": "jennazee.github.io",
"version": "1.0.0",
"description": "jenna zeigen's cute website!",
"main": "jz-bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile-main": "browserify jz.js -o jz-bundle.js -t [ babelify --presets [ es2015 ] ] -t uglifyify",
"compile-tetris": "browserify tetres6.js -o tetres6-bundle.js -t [ babelify --presets [ es2015 ] ] -t uglifyify",
"compile-glitchrothko": "sh scripts/compile-glitchrothko.sh",
"compile-bct": "sh scripts/compile-bct.sh",
"sass": "sass jennais.scss:jennais.css --style compressed",
"sass-watch": "sass --watch jennais.scss:jennais.css --style compressed"
},
"repository": {
"type": "git",
"url": "https://github.com/jennazee/jennazee.github.io.git"
},
"author": "jenna zeigen",
"license": "MIT",
"bugs": {
"url": "https://github.com/jennazee/jennazee.github.io/issues"
},
"homepage": "https://github.com/jennazee/jennazee.github.io",
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babelify": "^7.2.0",
"uglifyify": "^3.0.4",
"tetres6": "git+ssh://[email protected]/jennazee/tetres6.git",
"huemanities": "git+ssh://[email protected]/jennazee/huemanities.git"
}
}