forked from microsoft/react-native-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 970 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "react-native-windows",
"version": "0.30.0-rc.0",
"description": "React Native platform extensions for the Universal Windows Platform.",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]: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",
"local-cli",
"README.md"
],
"peerDependencies": {
"react-native": "0.30.0-rc.0",
"react": "~15.2.0"
},
"dependencies": {
"chalk": "^1.1.3",
"glob": "^7.0.3",
"react": "^15.1.0",
"shelljs": "^0.7.0",
"uuid": "^2.0.1",
"xml-parser": "^1.2.1",
"yeoman-environment": "^1.2.7",
"yeoman-generator": "^0.20.3"
},
"rnpm": {
"plugin": "./local-cli/index.js"
}
}