UNPKG

bem-pack

Version:

Pack node-style source files from a stream of path's into a browser bundle

33 lines (32 loc) 818 B
{ "name": "bem-pack", "version": "0.1.0", "description": "Pack node-style source files from a stream of path's into a browser bundle", "keywords": [ "BEM", "browserify", "packing", "javascript" ], "author": "Vsevolod Strukchinsky <floatdrop@gmail.com>", "scripts": { "test": "mocha -R spec", "coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage" }, "repository": { "type": "git", "url": "git://github.com/floatdrop/bem-pack.git" }, "dependencies": { "browserify": "^5.10.1", "through2": "^0.6.1" }, "devDependencies": { "should": "^4.0.4", "mocha": "*", "coveralls": "^2.7.0", "istanbul": "^0.3.0", "mocha-lcov-reporter": "^0.0.1" }, "main": "index.js" }