limelight-api
Version:
Basic Limelight REST API wrapper
36 lines (35 loc) • 687 B
JSON
{
"name": "limelight-api",
"description": "Basic Limelight REST API wrapper",
"version": "0.1.3",
"author": {
"name": "Echo",
"url": "http://aboutecho.com"
},
"repository": {
"type": "git",
"url": "git://github.com/EchoAppsTeam/limelight-api.git"
},
"bugs": {
"url": "https://github.com/EchoAppsTeam/limelight-api/issues"
},
"license": "Apache-2.0",
"main": "api",
"engines": {
"node": ">=0.10"
},
"dependencies": {
"q": "~1.0.1",
"request": "~2.34.0",
"qs": "~0.6.6"
},
"keywords": [
"Limelight",
"REST",
"API"
],
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.10.0"
}
}