Files
Zos/Skills/@be/be/node_modules/inline-process-browser/package.json

27 lines
699 B
JSON

{
"name": "inline-process-browser",
"version": "1.0.0",
"description": "inline process.browser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/calvinmetcalf/inline-process-browser.git"
},
"keywords": [
"browserify-transform"
],
"author": "Calvin W. Metcalf <calvin.metcalf@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/calvinmetcalf/inline-process-browser/issues"
},
"homepage": "https://github.com/calvinmetcalf/inline-process-browser#readme",
"dependencies": {
"falafel": "^1.0.1",
"through2": "^0.6.5"
}
}