forked from parshap/node-libs-react-native
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "node-libs-react-native",
"version": "1.0.2",
"author": "Tobias Koppers @sokra",
"description": "Node core modules for React Native",
"repository": {
"type": "git",
"url": "git+https://github.com/parshap/node-libs-react-native.git"
},
"dependencies": {
"assert": "^1.4.1",
"base-64": "^0.1.0",
"browserify-zlib": "^0.2.0",
"buffer": "^5.0.6",
"console-browserify": "^1.1.0",
"constants-browserify": "^1.0.0",
"domain-browser": "^1.1.1",
"events": "^1.0.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "0.0.0",
"process": "^0.11.0",
"punycode": "^2.1.0",
"querystring-es3": "^0.2.0",
"react-native-crypto": "^2.0.1",
"react-native-randombytes": "^2.2.0",
"readable-stream": "^2.2.9",
"stream-http": "^2.3.1",
"string_decoder": "^1.0.3",
"timers-browserify": "^2.0.2",
"tty-browserify": "0.0.0",
"url": "^0.11.0",
"util": "^0.10.3",
"vm-browserify": "0.0.4"
},
"homepage": "http://github.com/parshap/node-libs-react-native",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/parshap/node-libs-react-native/issues"
}
}