-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 834 Bytes
/
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
{
"scripts": {
"start": "node server.js"
},
"name": "ExpressDerby-1",
"version": "0.0.1",
"description": "First TopicQuests-Mindseum Server Prototype",
"main": "server.js",
"author": "",
"license": "Apache 2",
"dependencies": {
"express": "~4.3.2",
"d-bootstrap": "~0.1.0",
"bootstrap": "0.0.2",
"derby-starter": "~0.1.2",
"express3-handlebars": "~0.5.0",
"mongoose": "*",
"elasticsearchclient": "*",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"connect": "~2.19.3",
"body-parser": "~1.3.0",
"cookie-parser": "~1.1.0",
"logger": "0.0.1",
"connect-flash": "~0.1.1",
"passport-local-mongoose": "~0.3.0",
"bcryptjs": "~0.7.12",
"es": "~0.4.4",
"stringbuilder": "0.0.10",
"node-uuid": "~1.4.1",
"dateformat": "~1.0.8-1.2.3"
}
}