{ "name": "reactfire", "description": "Firebase mixin for ReactJS", "version": "0.1.6", "main": "./dist/reactfire.min.js", "repository": { "type": "git", "url": "https://github.com/firebase/reactfire.git" }, "bugs": { "url": "https://github.com/firebase/reactfire/issues" }, "licenses": [ { "type": "MIT", "url": "http://firebase.mit-license.org/" } ], "dependencies": { "react": "^0.10.0", "envify": "^1.2.1", "firebase": "1.0.x" }, "devDependencies": { "karma": "^0.12.16", "karma-jasmine": "~0.2.0", "karma-coverage": "^0.2.4", "karma-phantomjs-launcher": "~0.1.4", "gulp": "^3.5.6", "gulp-karma": "0.0.4", "gulp-uglify": "^0.2.1", "gulp-jshint": "^1.5.1", "gulp-concat": "^2.2.0", "streamqueue": "^0.1.1", "jshint-stylish": "^0.2.0" }, "scripts": { "test": "gulp test" } }