-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "knowledge",
"version": "0.0.1",
"private": true,
"description": "[![Join the chat at https://gitter.im/Xflofoxx/knowledge](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Xflofoxx/knowledge?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\r [![Stories in Ready](https://badge.waffle.io/Xflofoxx/knowledge.svg?label=ready&title=Ready)](http://waffle.io/Xflofoxx/knowledge)",
"main": "knowledge.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Xflofoxx/knowledge.git"
},
"author": "Dario Olivini <xflofoxx@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Xflofoxx/knowledge/issues"
},
"homepage": "https://github.com/Xflofoxx/knowledge#readme",
"dependencies": {
"body-parser": "^1.15.0",
"compression": "^1.6.1",
"cookie-parser": "^1.4.1",
"express": "^4.13.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.13.0",
"lodash": "^4.11.1",
"method-override": "^2.3.5",
"moment": "^2.13.0"
},
"devDependencies": {
"less": "^2.7.2",
"mocha": "^2.4.5"
}
}