UNPKG

amend-bundle

Version:

Bundle all code from an amend container to one file

36 lines (35 loc) 783 B
{ "name": "amend-bundle", "version": "0.0.4", "description": "Bundle all code from an amend container to one file", "main": "./lib/bundle.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/TheLudd/amend-bundle.git" }, "keywords": [ "amend", "bundle" ], "author": "Ludwig Magnusson", "license": "ISC", "bugs": { "url": "https://github.com/TheLudd/amend-bundle/issues" }, "homepage": "https://github.com/TheLudd/amend-bundle#readme", "dependencies": { "amend": "^0.3.4", "babel": "^5.8.23", "ject": "^1.1.0", "ramda": "^0.15.1", "ramda-fantasy": "^0.4.1", "uglify-js": "^2.4.24" }, "devDependencies": { "chai": "^3.2.0", "mocha": "^2.3.2" } }