orionsoft-react-scripts
Version:
Orionsoft Configuration and scripts for Create React App.
49 lines (48 loc) • 1.3 kB
JSON
{
"name": "node-libs-browser",
"version": "0.6.0",
"author": "Tobias Koppers @sokra",
"description": "The node core libs for in browser usage.",
"repository": {
"type": "git",
"url": "git+https://github.com/webpack/node-libs-browser.git"
},
"dependencies": {
"assert": "^1.1.1",
"browserify-zlib": "~0.1.4",
"buffer": "^4.9.0",
"console-browserify": "^1.1.0",
"constants-browserify": "0.0.1",
"crypto-browserify": "~3.2.6",
"domain-browser": "^1.1.1",
"events": "^1.0.0",
"http-browserify": "^1.3.2",
"https-browserify": "0.0.0",
"os-browserify": "~0.1.2",
"path-browserify": "0.0.0",
"process": "^0.11.0",
"punycode": "^1.2.4",
"querystring-es3": "~0.2.0",
"readable-stream": "^1.1.13",
"stream-browserify": "^1.0.0",
"string_decoder": "~0.10.25",
"timers-browserify": "^1.0.1",
"tty-browserify": "0.0.0",
"url": "~0.10.1",
"util": "~0.10.3",
"vm-browserify": "0.0.4"
},
"homepage": "http://github.com/webpack/node-libs-browser",
"main": "index.js",
"files": [
"index.js",
"mock/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/webpack/node-libs-browser/issues"
}
}