forked from microsoft/react-native-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.34 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
52
53
54
55
{
"name": "react-native-windows",
"version": "0.47.0-rc.4",
"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.47.0-rc.4"
},
"devDependencies": {
"flow-bin": "^0.49.1",
"https-proxy-agent": "^1.0.0",
"jasmine": "^2.6.0",
"jasmine-reporters": "^2.2.1",
"react": "16.0.0-alpha.12",
"react-devtools-core": "2.3.1",
"react-native": "~0.47.0-rc.4",
"selenium-webdriver": "2.48.x"
},
"dependencies": {
"chalk": "^1.1.3",
"glob": "^7.1.2",
"shelljs": "^0.7.8",
"username": "^3.0.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"
}
}