-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.11 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
{
"name": "react-native-webpackager-server",
"version": "1.0.2",
"description": "react native webpackager server ",
"main": "lib/main.js",
"scripts": {
"test": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/changfuguo/react-native-webpackager-server.git"
},
"keywords": [
"react-native",
"webpack"
],
"author": {
"name": "changfuguo",
"email": "changfuguo@qq.com",
"url": "https://github.com/changfuguo"
},
"bin": {
"rnws": "./bin/rnws.js"
},
"license": "ISC",
"peerDependencies": {
"react-native": ">=0.13.0",
"webpack": ">=1.8.4",
"webpack-dev-server": ">=1.8.0"
},
"dependencies": {
"bluebird": "^2.9.24",
"commander": "^2.8.1",
"express": "^4.13.3",
"mkdirp": "^0.5.1",
"semver": "^5.0.3",
"socket-retry-connect": "0.0.1",
"source-map": "^0.5.1"
},
"devDependencies": {
"eslint": "^1.5.1"
},
"bugs": {
"url": "https://github.com/changfuguo/react-native-webpackager-server/issues"
},
"homepage": "https://github.com/changfuguo/react-native-webpackager-server#readme"
}