library/package.json

26 lines
667 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",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"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"
}
}