turn code examples into javascript and update readme

This commit is contained in:
Riku Rouvila
2015-05-21 00:32:25 +03:00
parent f716e5fe73
commit 7ff4d2a887
6 changed files with 70 additions and 32 deletions

View File

@@ -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"
]