biodome-client
Version:
API client for biodome
39 lines (38 loc) • 839 B
JSON
{
"name": "biodome-client",
"description": "API client for biodome",
"version": "0.2.0",
"author": "Andrew Krespanis",
"license": "MIT",
"homepage": "https://github.com/andrewk/biodome-client",
"keywords": [
"automation",
"biodome"
],
"scripts": {
"start": "babel-node examples/basic.js",
"test": "mocha --compilers js:babel/register"
},
"dependencies": {
"babel": "^5",
"envc": "^2",
"eventemitter3": "^1",
"most": "~0.14",
"superagent": "^1",
"ws": "~0.7"
},
"devDependencies": {
"chai": "^3",
"chai-as-promised": "^5",
"express": "^4",
"mocha": "^2",
"sinon": "^1",
"sinon-as-promised": "^4",
"sinon-chai": "^2",
"supertest": "^1"
},
"repository": {
"type": "git",
"url": "https://github.com/andrewk/biodome-client.git"
}
}