library/package.json

25 lines
618 B
JSON
Raw Normal View History

2017-05-14 19:27:17 +00:00
{
"name": "library",
"version": "1.0.0",
"description": "Managing my personal library",
"scripts": {
2017-05-16 01:46:41 +00:00
"start": "node ./index.js"
2017-05-14 19:27:17 +00:00
},
"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"
}
}