germ
Version:
Opinionated boilerplate to unify server and client side code
66 lines (65 loc) • 1.67 kB
JSON
{
"name": "germ",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/Rebelizer/germ.git"
},
"description": "Opinionated boilerplate to unify server and client side code",
"keywords": [
"Ract",
"webpack",
"boilerplate",
"web"
],
"main": "bin/germ",
"homepage": "https://github.com/Rebelizer/germ",
"bugs": {
"url": "https://github.com/Rebelizer/germ/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"commander": "^2.2.0",
"crossroads": "^0.12.0",
"express": "^4.4.5",
"jade": "^1.3.1",
"log4js": "^0.6.15",
"nconf": "^0.6.9",
"react": "^0.10.0",
"serve-favicon": "^2.0.1"
},
"devDependencies": {
"browser-sync": "^1.0.0",
"gulp": "^3.8.1",
"gulp-autoprefixer": "0.0.7",
"gulp-bower": "0.0.6",
"gulp-bower-files": "^0.2.5",
"gulp-cache": "^0.2.0",
"gulp-concat": "git://github.com/floridoo/gulp-concat.git#sourcemap_pipe2",
"gulp-imagemin": "^0.6.1",
"gulp-insert": "^0.4.0",
"gulp-jshint": "^1.6.3",
"gulp-less": "^1.2.3",
"gulp-load-plugins": "^0.5.1",
"gulp-minify-css": "^0.3.5",
"gulp-newer": "^0.3.0",
"gulp-react": "^0.4.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.3.0",
"gulp-sass": "^0.7.2",
"gulp-size": "^0.4.0",
"gulp-sourcemaps": "^0.4.1",
"gulp-tap": "^0.1.1",
"gulp-uglify": "^0.3.1",
"gulp-util": "^2.2.19",
"install": "^0.1.7",
"jshint-stylish": "^0.2.0",
"npm": "^1.4.17",
"run-sequence": "^0.3.6",
"webpack": "^1.3.1-beta4"
}
}