1
0
Fork 0
inkjs-boilerplate/package.json
Alexander Yakovlev 90aa4ce9c1 Resolved #2: ink autocompiling
Make sure you have `inklecate` in your PATH and do an `npm install`
before running Gulp.
2016-06-14 18:37:27 +07:00

25 lines
557 B
JSON

{
"dependencies": {
},
"private": true,
"devDependencies": {
"babelify": "^6.0.2",
"browser-sync": "^2.6.0",
"browserify": "^9.0.8",
"browserify-shim": "^3.8.8",
"coffeeify": "^1.0.0",
"coffee-script": "^1.10.0",
"gulp": "^3.8.11",
"gulp-uglify": "^1.2.0",
"gulp-coffee": "^2.3.1",
"gulp-util": "^3.0.4",
"gulp-zip": "^3.0.2",
"gulp-concat": "^2.6.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.0",
"inkjs": "^0.3.0",
"gulp-shell": "^0.5.2"
}
}