forum
Version:
50 lines (49 loc) • 1.03 kB
JSON
{
"name": "forum",
"version": "0.1.9",
"description": "init",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/brighthas/froum.git"
},
"keywords": [
"froum",
"node.js",
"express",
"express.js",
"bbs"
],
"author": "brighthas <brighthas@gmail.com>",
"license": "GPLv3",
"bugs": {
"url": "https://github.com/brighthas/froum/issues"
},
"homepage": "https://github.com/brighthas/froum",
"dependencies": {
"jsdm": "0.4.7",
"express": "4.0.0",
"tree-node": "0.1.5",
"underscore": "1.5.2",
"q": "1.0.0",
"shortid": "2.0.0",
"validator": "^3.10.0",
"mongojs": "^0.12.1"
},
"devDependencies": {
"cookie-parser": "^1.0.1",
"body-parser": "^1.0.2",
"express-session": "^1.0.3",
"should": "2.1.0",
"identity": "git://github.com/brighthas/identity",
"supertest": "0.9.0",
"ejs": "*",
"nedb": "^0.10.5"
},
"directories": {
"test": "test"
}
}