bauset
Version:
Simple npm Package builder
30 lines (29 loc) • 585 B
JSON
{
"name": "bauset",
"version": "1.1.0",
"description": "Simple npm Package builder",
"main": "lib/index.js",
"scripts": {
"test": "test.js"
},
"bin": {
"bauset": "bin/bauset.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/wheresjames/bauset-js.git"
},
"dependencies": {
},
"keywords": [
"npm",
"install",
"package"
],
"author": "Robert Umbehant",
"license": "MIT",
"bugs": {
"url": "https://github.com/wheresjames/bauset-js/issues"
},
"homepage": "https://github.com/wheresjames/bauset-js"
}