-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.03 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "app",
"version": "1.0.0",
"description": "A social space for gamers.",
"main": "app.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "nodemon app.js",
"test": "mocha test/controllers/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProjectArena/webapp.git"
},
"author": "Section_3",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProjectArena/webapp/issues"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.15.2",
"connect-flash": "0.1.1",
"cookie-parser": "1.4.3",
"express": "4.14.0",
"pug": "2.0.0-beta6",
"express-session": "1.14.0",
"method-override": "2.3.6",
"minimatch": "^3.0.3",
"passport": "0.3.2",
"passport-local": "1.0.0",
"pg": "6.0.3",
"pg-hstore": "2.3.2",
"sequelize": "3.23.6",
"sequelize-cli": "^2.4.0",
"speakingurl": "9.0.0"
},
"devDependencies": {
"chai": "3.5.0",
"chai-http": "^3.0.0",
"mocha": "3.0.2",
"nodemon": "1.10.2"
}
}