wrapup-partition
Version:
Convert Node/CommonJS modules for the browser with on demand loading of JS files
29 lines (28 loc) • 632 B
JSON
{
"name": "wrapup-partition",
"version": "0.0.8",
"description": "Convert Node/CommonJS modules for the browser with on demand loading of JS files",
"main": "lib/partition.js",
"bin": {
"wrapup-partition": "./bin/partition.js"
},
"dependencies": {
"async": "^0.9.0",
"escodegen": "^1.3.3",
"mkdirp": "^0.5.0",
"mout": "^0.9.1",
"prime": "^0.4.2",
"wrapup": "^1.0.6"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wrapup",
"browser",
"commonjs"
],
"author": "Arian Stolwijk",
"license": "MIT"
}