25 lines
618 B
JSON
25 lines
618 B
JSON
{
|
|
"name": "library",
|
|
"version": "1.0.0",
|
|
"description": "Managing my personal library",
|
|
"scripts": {
|
|
"start": "node ./index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/deltamualpha/my-library.git"
|
|
},
|
|
"author": "https://github.com/deltamualpha/",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/deltamualpha/my-library/issues"
|
|
},
|
|
"homepage": "https://github.com/deltamualpha/my-library",
|
|
"dependencies": {
|
|
"google-auth-library": "^0.10.0",
|
|
"google-books-search": "^0.3.1",
|
|
"googleapis": "^19.0.0",
|
|
"lodash": "^4.17.4"
|
|
}
|
|
}
|