lpio
Version:
The last dashboard app you'll ever need
43 lines (42 loc) • 1.16 kB
JSON
{
"name": "lpio",
"version": "0.0.1",
"description": "The last dashboard app you'll ever need",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon --delay 5 index.js",
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha test -- ",
"circle_test": "./node_modules/.bin/istanbul cover --dir $CIRCLE_ARTIFACTS/coverage ./node_modules/mocha/bin/_mocha test -- "
},
"repository": {
"type": "git",
"url": "git+https://github.com/linchpinio/linchpin.git"
},
"keywords": [
"Dashboards",
"KPI"
],
"author": "Isaac Chavez <isaac@linchpin.io>",
"bugs": {
"url": "https://github.com/linchpinio/linchpin/issues"
},
"homepage": "https://github.com/linchpinio/linchpin#readme",
"dependencies": {
"body-parser": "^1.14.1",
"bunyan": "^1.5.1",
"express": "^4.13.3",
"js-yaml": "^3.4.6",
"nedb": "^1.5.0",
"q": "^1.4.1",
"socket.io": "^1.3.7",
"superagent": "^1.5.0",
"superagent-promise": "^1.0.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.4.1",
"istanbul": "^0.4.1",
"mocha": "^2.3.4"
}
}