node-gcp
Version:
Library to simplify Google Cloud Print calls
33 lines (32 loc) • 670 B
JSON
{
"name": "node-gcp",
"version": "0.2.1",
"description": "Library to simplify Google Cloud Print calls",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/t3rminus/node-gcp.git"
},
"keywords": [
"google",
"cloud",
"print",
"node",
"printing"
],
"author": "t3rminus",
"license": "MIT",
"bugs": {
"url": "https://github.com/t3rminus/node-gcp/issues"
},
"homepage": "https://github.com/t3rminus/node-gcp#readme",
"dependencies": {
"lodash": "^4.17.11",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"shortid": "^2.2.4"
}
}