hb-api
Version:
Wrapper for the Hummingbird API
24 lines (22 loc) • 459 B
JSON
{
"name": "hb-api",
"version": "0.0.6",
"description": "Wrapper for the Hummingbird API",
"keywords": ["hummingbird", "api", "wrapper", "client"],
"author": {
"name" : "Abhijeet Mohan",
"email": "void.aby@gmail.com"
},
"main": "index",
"repository": "https://github.com/voidabhi/hb-api",
"dependencies": {
"request": "^2.57.0"
},
"engines": {
"node": "0.12.5"
},
"devDependencies": {
"chai": "^1.9.2",
"mocha": "^1.21.4"
}
}