chief-pac
Version:
Add plumbing files instantly
33 lines (32 loc) • 683 B
JSON
{
"name": "chief-pac",
"version": "0.1.0",
"description": "Add plumbing files instantly",
"bin": {
"chief-pac": "./cli.js"
},
"scripts": {
"test": "tape test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chiefbiiko/chief-pac.git"
},
"keywords": [
"chief",
"devops"
],
"author": "Noah Anabiik Schwarz",
"license": "MIT",
"bugs": {
"url": "https://github.com/chiefbiiko/chief-pac/issues"
},
"homepage": "https://github.com/chiefbiiko/chief-pac#readme",
"dependencies": {
"pump": "^2.0.1"
},
"devDependencies": {
"del": "^3.0.0",
"tape": "^4.8.0"
}
}