npm-bundle
Version:
npm pack with dependencies included
43 lines (42 loc) • 906 B
JSON
{
"name": "npm-bundle",
"version": "3.0.3",
"description": "npm pack with dependencies included",
"main": "index.js",
"scripts": {
"test": "sh tests/versions.sh",
"lint": "standard",
"standard": "standard --format"
},
"author": "Michael Jackson <majgis@gmail.com>",
"license": "ISC",
"bin": {
"npm-bundle": "./bin/cli.js"
},
"dependencies": {
"glob": "^6.0.1",
"insync": "^2.1.1",
"mkdirp": "^0.5.1",
"ncp": "^2.0.0",
"rimraf": "^2.4.4"
},
"directories": {
"test": "tests"
},
"devDependencies": {
"standard": "^5.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/majgis/npm-bundle.git"
},
"keywords": [
"npm",
"pack"
],
"bugs": {
"url": "https://github.com/majgis/npm-bundle/issues"
},
"homepage": "https://github.com/majgis/npm-bundle#readme",
"engine": "node >= 0.10.0"
}