1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

package.json

This commit is contained in:
lvbingru 2016-02-23 19:03:37 +08:00
parent a82b0b2c39
commit eee8157fb3
2 changed files with 28 additions and 0 deletions

View File

@ -6,3 +6,4 @@
/.travis.yml /.travis.yml
/local-cli/src /local-cli/src
/react-native-pushy-cli /react-native-pushy-cli
/Example

27
package.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "react-native-update",
"version": "1.0.0",
"description": "react-native hot update",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactnativecn/react-native-pushy.git"
},
"keywords": [
"react-native",
"ios",
"android",
"update",
"hot",
"update"
],
"author": "lvbingru, tdzl",
"license": "ISC",
"bugs": {
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
},
"homepage": "https://github.com/reactnativecn/react-native-pushy#readme"
}