mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-16 17:53:30 +00:00
initial commit
This commit is contained in:
27
package.json
Normal file
27
package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "gulp-template",
|
||||
"version": "0.0.0",
|
||||
"description": "Project template for gulp.js",
|
||||
"main": "gulpfile.js",
|
||||
"scripts": {},
|
||||
"keywords": [
|
||||
"gulp",
|
||||
"template"
|
||||
],
|
||||
"author": "",
|
||||
"dependencies": {
|
||||
"coffee-script": "~1.6.3"
|
||||
},
|
||||
"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",
|
||||
"gulp-browserify": "~0.2.5",
|
||||
"gulp": "~3.3.1",
|
||||
"node-static": "~0.7.3",
|
||||
"gulp-minify-css": "~0.2.0",
|
||||
"coffeeify": "~0.5.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user