-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1010 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
39
40
41
42
{
"name": "pokemonpartyplanner",
"version": "1.0.0",
"description": "An app in which users can create and store their own Pokemon party configurations, complete with movesets",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"boilerplate",
"node",
"nodejs",
"express",
"auth",
"pokemon",
"party",
"planner",
"project"
],
"author": "Nathan Page",
"license": "ISC",
"dependencies": {
"async": "^2.6.2",
"bcryptjs": "^2.4.3",
"cheerio": "^1.0.0-rc.3",
"connect-flash": "^0.1.1",
"dotenv": "^7.0.0",
"ejs": "^2.6.1",
"express": "^4.16.4",
"express-ejs-layouts": "^2.5.0",
"express-session": "^1.16.1",
"jquery": "^3.4.0",
"method-override": "^3.0.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.10.0",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"sequelize": "^5.8.5",
"sequelize-cli": "^5.5.0"
}
}