UNPKG

granary

Version:

Dependency Bundling for NPM and Bower

61 lines (60 loc) 1.44 kB
{ "name": "granary", "version": "0.2.1", "main": "bin/granary", "bin": { "granary": "bin/granary" }, "scripts": { "test": "redis-cli flushall; rm -rf node_modules/granary-server/storage/**;./node_modules/eslint/bin/eslint.js .;./node_modules/mocha/bin/mocha test/index.js --reporter=spec" }, "description": "Dependency Bundling for NPM and Bower", "homepage": "https://github.com/gabrielcsapo/granary", "author": { "name": "gabrielcsapo", "email": "gabecsapo@gmail.com", "url": "http://gabejc.com" }, "license": "ISC", "repository": { "type": "git", "url": "https://github.com/gabrielcsapo/granary.git" }, "main": "./granary", "dependencies": { "bluebird": "^3.3.5", "commander": "^2.9.0", "file-size": "^1.0.0", "levelup": "^1.3.1", "memdown": "^1.1.2", "read": "^1.0.7", "request": "^2.72.0", "tar-fs": "^1.12.0", "winston": "^2.2.0" }, "bugs": { "url": "https://github.com/gabrielcsapo/granary/issues" }, "devDependencies": { "granary-server": "git+https://git@github.com/gabrielcsapo/granary-server.git", "chai": "^3.5.0", "eslint": "^2.9.0", "mocha": "^2.4.5", "rimraf": "^2.5.2" }, "keywords": [ "granary", "registry", "npm", "bundle", "dependency", "offline", "package", "zip", "components", "extract", "modules", "node_modules", "bower" ] }