20 lines
461 B
JSON
20 lines
461 B
JSON
{
|
|
"name": "joe",
|
|
"version": "1.0.0",
|
|
"description": "Eternity is not a distance but a decision",
|
|
"main": "index.php",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/HaoOuBa/Joe.git"
|
|
},
|
|
"author": "Joe",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/HaoOuBa/Joe/issues"
|
|
},
|
|
"homepage": "https://github.com/HaoOuBa/Joe#readme"
|
|
}
|