mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-03-13 10:03:32 +00:00
turn code examples into javascript and update readme
This commit is contained in:
11
package.json
11
package.json
@@ -15,19 +15,20 @@
|
||||
"gulp",
|
||||
"template"
|
||||
],
|
||||
"dependencies": {},
|
||||
"dependencies": {
|
||||
"lodash": "^3.9.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babelify": "^6.1.1",
|
||||
"bower": "~1.3.5",
|
||||
"browser-sync": "^2.7.2",
|
||||
"browserify": "^10.2.1",
|
||||
"coffeeify": "~0.7.0",
|
||||
"deamdify": "^0.1.1",
|
||||
"debowerify": "~0.9.1",
|
||||
"gulp": "~3.8.1",
|
||||
"gulp-autoprefixer": "1.0.1",
|
||||
"gulp-duration": "0.0.0",
|
||||
"gulp-jade": "~0.9.0",
|
||||
"gulp-notify": "^2.2.0",
|
||||
"gulp-sourcemaps": "^1.3.0",
|
||||
"gulp-streamify": "0.0.5",
|
||||
"gulp-stylus": "~2.0.0",
|
||||
@@ -36,14 +37,14 @@
|
||||
"karma": "~0.12.21",
|
||||
"karma-chrome-launcher": "~0.1.4",
|
||||
"karma-cli": "0.0.4",
|
||||
"karma-coffee-preprocessor": "~0.2.1",
|
||||
"karma-jasmine": "~0.2.2",
|
||||
"node-notifier": "^4.2.1",
|
||||
"vinyl-source-stream": "~1.0.0",
|
||||
"watchify": "^3.2.1"
|
||||
},
|
||||
"browserify": {
|
||||
"transform": [
|
||||
"coffeeify",
|
||||
"babelify",
|
||||
"debowerify",
|
||||
"deamdify"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user