27 lines
557 B
JSON
27 lines
557 B
JSON
{
|
|
"name": "aquatin",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/marcus13345/AquaTin.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/marcus13345/AquaTin/issues"
|
|
},
|
|
"bin": {
|
|
"aqua": "core/aqua.js"
|
|
},
|
|
"homepage": "https://github.com/marcus13345/AquaTin#readme",
|
|
"dependencies": {
|
|
"uuid": "^3.3.2",
|
|
"yargs": "^13.2.4"
|
|
}
|
|
}
|