caldb-dl
Version:
library to connect to the caldb-d server
39 lines (38 loc) • 959 B
JSON
{
"name": "caldb-dl",
"version": "0.1.1",
"description": "library to connect to the caldb-d server",
"main": "lib/index.js",
"scripts": {
"prepublish": "grunt build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SEAPUNK/caldb-dl.git"
},
"keywords": [
"channeladvisor",
"localdb",
"server",
"local",
"database",
"channel",
"advisor"
],
"author": "Ivan K <ivan@sq10.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SEAPUNK/caldb-dl/issues"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-livescript": "^0.5.4",
"livescript": "^1.4.0"
},
"homepage": "https://github.com/SEAPUNK/caldb-dl#readme",
"dependencies": {
"socket.io-client": "git+https://github.com/socketio/socket.io-client.git#4c22f33c0b07e9eb21a65e342581506a1c44072b"
}
}