forked from microsoft/react-native-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.22 KB
/
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
42
43
44
45
46
47
48
49
50
51
{
"name": "react-native-windows",
"version": "0.42.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": "jasmine"
},
"files": [
"Libraries",
"ReactWindows/ReactNative",
"ReactWindows/ReactNative.Shared",
"ReactWindows/ReactNative.Net46",
"ReactWindows/ChakraBridge",
"local-cli",
"README.md"
],
"peerDependencies": {
"react-native": "~0.42.0-rc.2",
"react": "~15.4.0-rc.4"
},
"devDependencies": {
"https-proxy-agent": "^1.0.0",
"jasmine": "^2.5.2",
"jasmine-reporters": "^2.2.0",
"react": "~15.4.0-rc.4",
"react-native": "~0.42.0-rc.2",
"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"
}
}