mirror of
https://github.com/zhigang1992/reactfire.git
synced 2026-04-02 09:31:16 +08:00
Updated several fields in package.json and bower.json
This commit is contained in:
16
bower.json
16
bower.json
@@ -2,28 +2,34 @@
|
||||
"name": "reactfire",
|
||||
"description": "Firebase mixin for ReactJS",
|
||||
"version": "0.1.6",
|
||||
"main": "./dist/reactfire.min.js",
|
||||
"homepage": "https://github.com/firebase/reactfire/",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
"Firebase <support@firebase.com>"
|
||||
],
|
||||
"homepage": "https://github.com/firebase/reactfire/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/firebase/reactfire.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"react",
|
||||
"mixin",
|
||||
"firebase",
|
||||
"mixin"
|
||||
"realtime"
|
||||
],
|
||||
"main": "dist/reactfire.min.js",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"src",
|
||||
"build",
|
||||
"tests",
|
||||
"examples",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"firebase.json",
|
||||
"package.json",
|
||||
"gulpfile.js",
|
||||
"examples"
|
||||
"release.sh"
|
||||
],
|
||||
"dependencies": {
|
||||
"react": "~0.10.0",
|
||||
|
||||
15
package.json
15
package.json
@@ -2,7 +2,8 @@
|
||||
"name": "reactfire",
|
||||
"description": "Firebase mixin for ReactJS",
|
||||
"version": "0.1.6",
|
||||
"main": "./dist/reactfire.min.js",
|
||||
"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"
|
||||
@@ -16,6 +17,18 @@
|
||||
"url": "http://firebase.mit-license.org/"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
"react",
|
||||
"mixin",
|
||||
"firebase",
|
||||
"realtime"
|
||||
],
|
||||
"main": "dist/reactfire.min.js",
|
||||
"files": [
|
||||
"dist/**",
|
||||
"README.md",
|
||||
"CHANGELOG.md"
|
||||
],
|
||||
"dependencies": {
|
||||
"react": "^0.10.0",
|
||||
"envify": "^1.2.1",
|
||||
|
||||
Reference in New Issue
Block a user