1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
react-native-pushy/react-native-pushy-cli/package.json

38 lines
1.0 KiB
JSON
Raw Normal View History

2016-02-14 00:04:42 +08:00
{
2016-03-31 16:22:47 +08:00
"name": "react-native-update-cli",
2016-02-14 00:04:42 +08:00
"version": "0.1.0",
"description": "Command tools for javaScript updater with `pushy` service for react native apps.",
"main": "index.js",
"bin": {
2016-02-23 00:36:23 +08:00
"pushy": "lib/cli.js"
2016-02-14 00:04:42 +08:00
},
"scripts": {
2016-02-23 00:36:23 +08:00
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "node_modules/.bin/babel src --out-dir lib"
2016-02-14 00:04:42 +08:00
},
"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"
},
2016-04-02 14:35:01 +08:00
"dependencies": {
"fs-promise": "^0.4.1"
},
2016-02-14 00:04:42 +08:00
"homepage": "https://github.com/reactnativecn/react-native-pushy/tree/master/react-native-pushy-cli",
2016-02-23 00:36:23 +08:00
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.5.2",
"babel-plugin-transform-strict-mode": "^6.5.2"
2016-02-14 00:04:42 +08:00
}
}