mongoscope-client
Version:
43 lines (42 loc) • 1.06 kB
JSON
{
"name": "mongoscope-client",
"description": "shush",
"version": "0.2.0",
"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",
"dist": "gulp dist",
"test": "zuul --local 8080 -- test/*.test.js",
"ci": "zuul -- test/*.test.js"
},
"dependencies": {
"debug": "^0.8.1",
"mongodb-extended-json": "0.0.4",
"mongodb-ns": "0.0.4",
"mongodb-uri": "^0.9.7",
"socket.io-client": "^1.0.4",
"superagent": "^0.17.0"
},
"devDependencies": {
"backbone": "^1.1.2",
"browserify": "^4.1.6",
"ecstatic": "^0.5.3",
"github-release": "^0.0.2",
"gulp": "^3.8.1",
"gulp-rename": "^1.2.0",
"mocha": "^1.20.1",
"mongodb-datasets": "^0.1.0",
"vinyl-source-stream": "^0.1.1",
"zuul": "^1.7.0"
}
}