{ "name": "flux-react-boilerplate", "version": "2.0.0", "description": "React flux architecture boilerplate", "main": "gulp", "scripts": { "test": "./node_modules/karma/bin/karma start karma.conf.js" }, "author": "Christian Alfoni", "license": "ISC", "devDependencies": { "browserify": "^5.9.3", "chai": "^1.9.1", "flux-react": "^2.1.0", "gulp": "^3.8.7", "gulp-if": "^1.2.4", "gulp-livereload": "^2.1.0", "gulp-notify": "^1.4.2", "gulp-shell": "^0.2.10", "gulp-streamify": "0.0.5", "gulp-uglify": "^0.3.1", "gulp-util": "^3.0.0", "react": "^0.11.1", "reactify": "^0.14.0", "vinyl-source-stream": "^0.1.1", "watchify": "^1.0.2", "karma": "^0.12.21", "karma-bro": "^0.6.2", "karma-chrome-launcher": "^0.1.4", "karma-firefox-launcher": "^0.1.3", "karma-mocha": "^0.1.7", "karma-phantomjs-launcher": "^0.1.4", "mocha": "^1.21.4" } }