eagle_test
Version:
A PHP Package Manager
27 lines (26 loc) • 585 B
JSON
{
"name": "eagle_test",
"version": "0.0.4",
"description": "A PHP Package Manager",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"preferGlobal": "true",
"bin": {
"eagle_test" : "lib/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Jakemichaeldrew/Eagle.git"
},
"keywords": [
"Eagle"
],
"author": "Jake Drew",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jakemichaeldrew/Eagle/issues"
},
"homepage": "https://github.com/Jakemichaeldrew/Eagle"
}