crn-cli
Version:
The Ctrip React Native CLI Tools
40 lines (39 loc) • 791 B
JSON
{
"name": "crn-cli",
"version": "0.1.2",
"description": "The Ctrip React Native CLI Tools",
"main": "index.js",
"scripts": {
"build": "node scripts/build.js"
},
"bin": {
"crn-cli": "index.js"
},
"keywords": [
"react",
"react-native",
"ctrip",
"bundle"
],
"repository": {
"type": "git",
"url": "https://github.com/ctripcorp/CRN.git"
},
"bugs": {
"url": "https://github.com/ctripcorp/CRN/issues"
},
"dependencies": {
"chalk": "^1.1.3",
"cross-port-killer": "^1.0.1",
"fs-extra": "^2.0.0",
"ip": "^1.1.3",
"minimist": "^1.2.0",
"node-fetch": "^1.5.3",
"optimist": "^0.6.1",
"promise": "^7.1.1",
"semver": "^5.6.0",
"yargs": "^4.7.1"
},
"author": "CRN@ctrip.com",
"license": "MIT"
}