mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-01 09:31:05 +08:00
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"name": "reactfire",
|
|
"description": "Firebase mixin for ReactJS",
|
|
"version": "0.0.0",
|
|
"author": "Firebase <support@firebase.com> (https://www.firebase.com/)",
|
|
"homepage": "https://github.com/firebase/reactfire/",
|
|
"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/"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"react",
|
|
"mixin",
|
|
"firebase",
|
|
"realtime",
|
|
"react-component"
|
|
],
|
|
"main": "dist/reactfire.js",
|
|
"files": [
|
|
"dist/**",
|
|
"LICENSE",
|
|
"README.md",
|
|
"package.json"
|
|
],
|
|
"dependencies": {
|
|
"envify": "^2.0.0",
|
|
"firebase": "1.1.x",
|
|
"react": "^0.11.1"
|
|
},
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.1",
|
|
"gulp": "^3.8.7",
|
|
"gulp-concat": "^2.2.0",
|
|
"gulp-jshint": "^1.5.1",
|
|
"gulp-karma": "0.0.4",
|
|
"gulp-uglify": "^0.2.1",
|
|
"jshint-stylish": "^0.2.0",
|
|
"karma": "^0.12.16",
|
|
"karma-chrome-launcher": "^0.1.5",
|
|
"karma-coverage": "^0.2.4",
|
|
"karma-failed-reporter": "0.0.2",
|
|
"karma-firefox-launcher": "^0.1.3",
|
|
"karma-jasmine": "~0.2.0",
|
|
"karma-spec-reporter": "0.0.13",
|
|
"streamqueue": "^0.1.1"
|
|
},
|
|
"scripts": {
|
|
"test": "gulp test",
|
|
"travis": "gulp travis"
|
|
}
|
|
}
|