54 строки
1.3 KiB
JSON
54 строки
1.3 KiB
JSON
{
|
|
"name": "react-native-windows",
|
|
"version": "0.45.0-rc.1",
|
|
"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": "jasmine",
|
|
"flow-check": "flow check"
|
|
},
|
|
"files": [
|
|
"Libraries",
|
|
"ReactWindows/ReactNative",
|
|
"ReactWindows/ReactNative.Shared",
|
|
"ReactWindows/ReactNative.Net46",
|
|
"ReactWindows/ChakraBridge",
|
|
"local-cli",
|
|
"README.md"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "16.0.0-alpha.12",
|
|
"react-native": "~0.45.0-rc.2"
|
|
},
|
|
"devDependencies": {
|
|
"flow-bin": "^0.45.0",
|
|
"https-proxy-agent": "^1.0.0",
|
|
"jasmine": "^2.5.2",
|
|
"jasmine-reporters": "^2.2.0",
|
|
"react": "16.0.0-alpha.12",
|
|
"react-native": "~0.45.0",
|
|
"selenium-webdriver": "2.48.x"
|
|
},
|
|
"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"
|
|
}
|
|
}
|