react-toolbox/package.json

33 lines
701 B
JSON

{
"name": "material-console",
"version": "0.5.29",
"description": "",
"homepage": "http://zetapath.com",
"author": "Zetapath LTD.",
"dependencies": {
"coffee-script": "*"
},
"devDependencies": {
"browserify": "^10.0.0",
"coffee-reactify": "^3.0.0",
"gulp": "*",
"gulp-cjsx": "*",
"gulp-concat": "*",
"gulp-connect": "*",
"gulp-flatten": "*",
"gulp-header": "*",
"gulp-stylus": "*",
"gulp-uglify": "*",
"gulp-util": "*",
"gulp-yml": "*",
"moment": "^2.10.2",
"react": "^0.13.2",
"spa-router": "^0.5.20",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"start": "gulp",
"postinstall": "bower install"
}
}