Files
koodiklinikka.fi/package.json
2015-11-25 16:18:39 +02:00

71 lines
1.7 KiB
JSON

{
"name": "koodiklinikka",
"version": "1.0.0",
"description": "Koodiklinikka homepage",
"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": {
"axios": "^0.4.2",
"lodash": "^2.4.1",
"parse-github-event": "^0.2.0",
"react": "^0.12.2",
"timeago": "^0.2.0",
"twitter-text": "^1.11.0",
"http-server": "^0.8.0"
},
"devDependencies": {
"6to5ify": "^3.1.2",
"bower": "~1.3.5",
"browserify": "~6.1.0",
"coffee-script": "~1.8.0",
"deamdify": "^0.1.1",
"debowerify": "~0.9.1",
"ecstatic": "~0.5.3",
"envify": "^3.4.0",
"event-stream": "^3.2.1",
"faker": "^2.1.2",
"gulp": "~3.8.1",
"gulp-autoprefixer": "1.0.1",
"gulp-concat": "^2.4.3",
"gulp-jade": "~0.9.0",
"gulp-less": "3.0.0",
"gulp-livereload": "~2.1.0",
"gulp-minify-css": "~0.3.5",
"gulp-streamify": "0.0.5",
"gulp-stylus": "1.3.3",
"gulp-uglify": "~1.0.1",
"gulp-util": "~3.0.1",
"http-proxy": "^1.8.1",
"jsx-transform": "^0.10.1",
"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",
"reactify": "^1.0.0",
"through2": "^0.6.3",
"vinyl-source-stream": "~1.0.0",
"watchify": "~2.3.0"
},
"browserify": {
"transform": [
"reactify",
"6to5ify",
"debowerify",
"deamdify",
"envify"
]
}
}