imdone
Version:
A task board and wiki in one!
77 lines (76 loc) • 1.57 kB
JSON
{
"name": "imdone",
"preferGlobal": "true",
"version": "1.5.8",
"description": "A task board and wiki in one!",
"keywords": [
"todo",
"scrum",
"markdown",
"kanban",
"wiki",
"code",
"comments",
"cli",
"git",
"task",
"board",
"task-board"
],
"subdomain": "piascikj.imdone",
"homepage": "http://piascikj.github.io/imdone/",
"author": {
"name": "Jesse Piascik",
"email": "jesse@piascik.net"
},
"repository": {
"type": "git",
"url": "https://github.com/piascikj/imdone.git"
},
"bugs": {
"url": "https://github.com/piascikj/imdone/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/piascikj/imdone/blob/master/LICENSE-MIT"
}
],
"bin": {
"imdone": "bin/imdone.js"
},
"main": "server/imdone",
"engines": {
"node": ">=0.10"
},
"scripts": {
"test": "grunt test --stack",
"start": "bin/imdone.js"
},
"dependencies": {
"async": "~0.9.0",
"body-parser": "*",
"commander": "2.x",
"cookie-parser": "~1.1.0",
"debug": "~0.8.0",
"express": "4.x",
"handlebars": "~2.0.0-alpha.1",
"imdone-core": "0.2.2",
"keen.io": "^0.1.3",
"lodash": "~2.4.1",
"marked": "~0.3.1",
"open": "0.0.x",
"pkginfo": "0.3.0",
"request": "2.x",
"socket.io": "0.9.x",
"underscore": "~1.6.0",
"wrench": "1.5.x"
},
"devDependencies": {
"tmp": "0.0.23",
"bower": "1.3.6",
"grunt-contrib-jshint": "~0.8.0",
"grunt": "~0.4.1",
"grunt-bower-task": "~0.3.2"
}
}