38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "react-native-update-cli",
|
|
"version": "0.1.0",
|
|
"description": "Command tools for javaScript updater with `pushy` service for react native apps.",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"pushy": "lib/cli.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"prepublish": "node_modules/.bin/babel src --out-dir lib"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/reactnativecn/react-native-pushy.git"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"ios",
|
|
"android",
|
|
"update"
|
|
],
|
|
"author": "reactnativecn",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/reactnativecn/react-native-pushy/issues"
|
|
},
|
|
"dependencies": {
|
|
"fs-promise": "^0.4.1"
|
|
},
|
|
"homepage": "https://github.com/reactnativecn/react-native-pushy/tree/master/react-native-pushy-cli",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.5.1",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.5.2",
|
|
"babel-plugin-transform-strict-mode": "^6.5.2"
|
|
}
|
|
}
|