react-native-windows/package.json

46 строки
1.0 KiB
JSON

{
"name": "react-native-windows",
"version": "0.35.0",
"description": "React Native platform extensions for the Universal Windows Platform.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:ReactWindows/react-native-windows.git"
},
"engines": {
"node": ">=4"
},
"engineStrict": true,
"main": "Libraries/react-native-windows/react-native-windows.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"Libraries",
"ReactWindows/ReactNative",
"ReactWindows/ChakraBridge",
"local-cli",
"README.md"
],
"peerDependencies": {
"react-native": "~0.35.0",
"react": "~15.3.1"
},
"devDependencies": {
"react-native": "~0.35.0",
"react": "~15.3.1"
},
"dependencies": {
"chalk": "^1.1.3",
"glob": "^7.0.3",
"shelljs": "^0.7.0",
"uuid": "^2.0.1",
"xml-parser": "^1.2.1",
"yeoman-environment": "^1.5.3",
"yeoman-generator": "^0.21.2"
},
"rnpm": {
"plugin": "./local-cli/index.js"
}
}