Files
koodiklinikka.fi/package.json
2014-08-11 13:58:10 +03:00

54 lines
1.2 KiB
JSON

{
"name": "gulp-template",
"version": "0.0.0",
"description": "Project template for gulp.js",
"main": "gulpfile.js",
"scripts": {
"prepublish": "bower install",
"start": "gulp",
"build": "gulp build",
"test": "karma start test/karma.conf.js"
},
"keywords": [
"gulp",
"template"
],
"author": "",
"dependencies": {
"coffee-script": "~1.7.1"
},
"devDependencies": {
"gulp-rename": "~0.2.1",
"gulp-uglify": "~0.1.0",
"gulp-util": "~2.2.9",
"gulp-stylus": "0.0.9",
"gulp-jade": "~0.3.0",
"node-static": "~0.7.3",
"gulp-minify-css": "~0.2.0",
"tiny-lr": "0.0.5",
"gulp-livereload": "~0.2.0",
"bower": "~1.2.8",
"browserify-shim": "~3.3.1",
"gulp-plumber": "~0.5.6",
"gulp-autoprefixer": "0.0.6",
"browserify": "~3.33.0",
"gulp-streamify": "0.0.5",
"vinyl-source-stream": "~0.1.1",
"coffeeify": "~0.6.0",
"gulp": "~3.6.0",
"watchify": "~0.6.3",
"karma": "~0.12.21",
"karma-jasmine": "~0.1.5",
"karma-chrome-launcher": "~0.1.4",
"karma-coffee-preprocessor": "~0.2.1"
},
"browser": {},
"browserify-shim": {},
"browserify": {
"transform": [
"coffeeify",
"browserify-shim"
]
}
}