node-libs-react-native
Version:
Node core modules for React Native
48 lines (47 loc) • 1.26 kB
JSON
{
"name": "node-libs-react-native",
"version": "1.0.1",
"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",
"browserify-zlib": "^0.1.4",
"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": "0.0.1",
"os-browserify": "^0.2.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": "^0.10.25",
"timers-browserify": "^2.0.2",
"tty-browserify": "0.0.0",
"url": "^0.11.0",
"util": "^0.10.3"
},
"homepage": "http://github.com/parshap/node-libs-react-native",
"main": "index.js",
"files": [
"index.js",
"mock/"
],
"scripts": {
"test": "node index.js"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/parshap/node-libs-react-native/issues"
}
}