postmates
Version:
A node.js client for the Postmates API.
29 lines (28 loc) • 649 B
JSON
{
"name": "postmates",
"version": "1.0.2",
"description": "A node.js client for the Postmates API.",
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/lambtron/postmates-node.git"
},
"keywords": [
"postmates",
"delivery",
"courier",
"node"
],
"author": "Andy Jiang <andyjiang@gmail.com> (http://www.andyjiang.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lambtron/postmates-node/issues"
},
"homepage": "https://github.com/lambtron/postmates-node",
"dependencies": {
"superagent": "^0.21.0"
}
}