streamer-client
Version:
A node.js client for the Duke OIT Streamer API
38 lines (37 loc) • 790 B
JSON
{
"name": "streamer-client",
"version": "0.6.5",
"description": "A node.js client for the Duke OIT Streamer API",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"keywords": [
"api",
"duke",
"streamer"
],
"author": "Tyler Nisonoff",
"license": "MIT",
"dependencies": {
"bluebird": "^2.3.0",
"qs": "^1.2.2",
"request": "^2.40.0",
"underscore": "^1.6.0"
},
"devDependencies": {
"gulp": "^3.8.7",
"gulp-istanbul": "^0.2.2",
"gulp-jshint": "^1.8.4",
"gulp-mocha": "^1.0.0",
"istanbul": "^0.3.0",
"jshint-stylish": "^0.4.0",
"rewire": "^2.1.0",
"run-sequence": "^0.3.6",
"sinon": "^1.10.3"
},
"repository": {
"type": "git",
"url": "https://github.com/dukechronicle/streamer"
}
}