mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-01-26 11:23:58 +00:00
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "gulp-template",
|
|
"version": "1.0.0",
|
|
"description": "Project template for gulp.js",
|
|
"author": "Riku Rouvila <riku.rouvila@leonidasoy.fi>",
|
|
"license": "MIT",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"prepublish": "bower install",
|
|
"start": "gulp",
|
|
"build": "gulp build",
|
|
"test": "karma start test/karma.conf.js"
|
|
},
|
|
"keywords": [
|
|
"gulp",
|
|
"template"
|
|
],
|
|
"dependencies": {
|
|
"coffee-script": "~1.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"gulp-rename": "~1.2.0",
|
|
"gulp-uglify": "~0.1.0",
|
|
"gulp-util": "~2.2.17",
|
|
"gulp-stylus": "1.0.2",
|
|
"gulp-jade": "~0.6.0",
|
|
"gulp-livereload": "~2.1.0",
|
|
"bower": "~1.3.5",
|
|
"browserify-shim": "~3.6.0",
|
|
"gulp-plumber": "~0.6.3",
|
|
"gulp-autoprefixer": "0.0.7",
|
|
"browserify": "~4.1.11",
|
|
"gulp-streamify": "0.0.5",
|
|
"vinyl-source-stream": "~0.1.1",
|
|
"coffeeify": "~0.6.0",
|
|
"karma": "~0.12.21",
|
|
"karma-jasmine": "~0.1.5",
|
|
"karma-chrome-launcher": "~0.1.4",
|
|
"karma-coffee-preprocessor": "~0.2.1",
|
|
"gulp": "~3.8.1",
|
|
"watchify": "~0.10.2",
|
|
"ecstatic": "~0.5.3",
|
|
"gulp-minify-css": "~0.3.5",
|
|
"deamdify": "^0.1.1",
|
|
"debowerify": "^0.8.1"
|
|
},
|
|
"browser": {},
|
|
"browserify-shim": {},
|
|
"browserify": {
|
|
"transform": [
|
|
"coffeeify",
|
|
"debowerify",
|
|
"deamdify",
|
|
"browserify-shim"
|
|
]
|
|
}
|
|
}
|