From eee8157fb32fd1d950bd130d1050c359f5ff2796 Mon Sep 17 00:00:00 2001 From: lvbingru Date: Tue, 23 Feb 2016 19:03:37 +0800 Subject: [PATCH] package.json --- .npmignore | 1 + package.json | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 package.json diff --git a/.npmignore b/.npmignore index f82f33f..501d722 100644 --- a/.npmignore +++ b/.npmignore @@ -6,3 +6,4 @@ /.travis.yml /local-cli/src /react-native-pushy-cli +/Example diff --git a/package.json b/package.json new file mode 100644 index 0000000..8e3d103 --- /dev/null +++ b/package.json @@ -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" +}