20 lines
510 B
JSON
20 lines
510 B
JSON
|
{
|
||
|
"name": "shipbuilder",
|
||
|
"version": "0.0.1",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/embark-framework/shipbuilder.git"
|
||
|
},
|
||
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/embark-framework/shipbuilder/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/embark-framework/shipbuilder#readme"
|
||
|
}
|