blob: 6edfdb75729580124ec4fa44215a4cdfd035c834 [file] [log] [blame]
{
"name": "xdata-dashboard",
"description": "Dashboard for XDATA logs.",
"version": "0.1.0",
"homepage": "https://github.com/draperlab/xdatalogger",
"author": {
"name": "David Reed",
"email": "dreed@draper.com"
},
"repository": {
"type": "git",
"url": "git://github.com/draperlab/xdatalogger.git"
},
"bugs": {
"url": "https://github.com/draperlab/xdatalogger/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/draperlab/xdatalogger/blob/master/LICENSE-MIT"
}
],
"main": "lib/xdata-dashboard",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt nodeunit"
},
"dependencies": {
"express": "3.5.1",
"mongoose": "3.8.8",
"jade": "1.3.1"
},
"devDependencies": {
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-ember-templates": "~0.4.19",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-less": "~0.10.0",
"grunt": "~0.4.4"
},
"keywords": []
}