chartbeat-client
Version:
Simple API wrapper for Chartbeat
29 lines (28 loc) • 622 B
JSON
{
"name": "chartbeat-client",
"repository": {
"url": "https://github.com/DatalyticsIT/chartbeat-client.git",
"type": "git"
},
"scripts": {
"test": "mocha"
},
"authors": [
"Enrico Candino <https://github.com/enrichman>"
],
"version": "1.0.5",
"main": "./src/chartbeat.js",
"homepage": "https://github.com/DatalyticsIT/chartbeat-client.git",
"license": "MIT",
"description": "Simple API wrapper for Chartbeat",
"keywords": [
"chartbeat",
"chartbeat api"
],
"dependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5",
"q": "^1.4.1",
"request": "^2.72.0"
}
}