-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 933 Bytes
/
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": "shoot",
"version": "0.0.0",
"description": "The stems and front ends of bluum Edit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "node ./node_modules/gulp/bin/gulp.js",
"build": "node ./node_modules/gulp/bin/gulp.js compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluum-life/shoot.git"
},
"author": "Dante <[email protected]> (http://dante.codes/)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/bluum-life/shoot/issues"
},
"homepage": "https://github.com/bluum-life/shoot#readme",
"devDependencies": {
"d3-selection": "^1.0.5",
"gulp": "^3.9.1",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"pug": "^2.0.0-beta11",
"rollup": "^0.41.6",
"rollup-plugin-uglify": "^1.0.1",
"uglify-js": "^2.8.22",
"uglify-js-harmony": "^2.7.5"
}
}