UNPKG

anypack

Version:
44 lines (43 loc) 961 B
{ "name": "anypack", "version": "1.0.5", "description": "webpack the local deps ", "main": "dest/index.js", "scripts": { "prepublish": "npm run build-cjs", "build-cjs": "babel src --source-maps --out-dir ./dest --modules common", "test": "gulp runtest", "clean": "rm -rf dest test/dest test/lib" }, "author": "sking7", "license": "ISC", "dependencies": { "async": "^1.3.0", "escodegen": "^1.6.1", "esprima": "^2.4.1", "glob": "^5.0.12" }, "devDependencies": { "babel": "^5.6.23", "gulp": "^3.9.0", "gulp-babel": "^5.1.0", "gulp-sourcemaps": "^1.5.2" }, "repository": { "type": "git", "url": "git+https://github.com/SKing7/anypack.git" }, "keywords": [ "webpack", "packager", "pack", "the", "deps", "you", "want" ], "bugs": { "url": "https://github.com/SKing7/anypack/issues" }, "homepage": "https://github.com/SKing7/anypack#readme" }