-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 923 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
34
35
36
37
38
{
"name": "yogo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"rollDB": "node data/rollDB.js",
"start": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0-alpha.6",
"casperjs": "^1.1.4",
"cheerio": "^1.0.0-rc.2",
"dotenv": "^4.0.0",
"express": "^4.16.1",
"express-flash": "0.0.2",
"express-session": "^1.15.6",
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1",
"method-override": "^2.3.10",
"nodemon": "^1.12.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.3.0",
"pg-hstore": "^2.3.2",
"phantomjs": "^2.1.7",
"pug": "^2.0.0-rc.4",
"request": "^2.83.0",
"sequelize": "^4.13.5",
"tether": "^1.4.0"
}
}