node-customerio
Version:
NodeJS wrapper around the Customer.io REST API. Promise-style
29 lines (28 loc) • 651 B
JSON
{
"name": "node-customerio",
"version": "0.0.5",
"description": "NodeJS wrapper around the Customer.io REST API. Promise-style",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:sauce/customerio.git"
},
"keywords": [
"customer.io",
"nodejs"
],
"author": "Chris Houghton",
"license": "MIT",
"bugs": {
"url": "https://github.com/sauce/customerio/issues"
},
"homepage": "https://github.com/sauce/customerio",
"dependencies": {
"lodash": "^2.4.1",
"needle": "^0.7.10",
"when": "^3.6.3"
}
}