parent
3224007a81
commit
53f5a2a16c
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"name": "image-api",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"description": "An API for fetching images of a query, sourced from Microsoft Bing.",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/ElnuDev/image-api.git"
|
||||||
|
},
|
||||||
|
"author": "ElnuDev",
|
||||||
|
"license": "GPL-3.0",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/ElnuDev/image-api/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/ElnuDev/image-api#readme"
|
||||||
|
}
|
Reference in new issue