mongoscope-client
Version:
38 lines (37 loc) • 916 B
JSON
{
"name": "mongoscope-client",
"description": "shush",
"version": "0.2.8",
"author": "Lucas Hrabovsky <hrabovsky.lucas@gmail.com> (http://imlucas.com)",
"license": "MIT",
"homepage": "http://github.com/imlucas/mongoscope-client",
"repository": {
"type": "git",
"url": "git://github.com/imlucas/mongoscope-client.git"
},
"keywords": [
"mongoscope",
"mongodb.js"
],
"scripts": {
"start": "gulp",
"test": "zuul --local 8080 -- test/*.test.js",
"ci": "zuul -- test/*.test.js"
},
"dependencies": {
"debug": "^1.0.4",
"mongodb-extended-json": "^1.0.0",
"mongodb-ns": "^1.0.0",
"mongodb-uri": "^0.9.7",
"socket.io-client": "^1.0.4",
"superagent": "^0.18.2"
},
"devDependencies": {
"backbone": "^1.1.2",
"ecstatic": "^0.5.4",
"gulp": "^3.8.7",
"mocha": "^1.21.4",
"mongodb-datasets": "^0.1.5",
"zuul": "^1.10.1"
}
}