-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.09 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": "lets-j-j-j-jam",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "nyc node src/tests/*.test.js tape | tap-spec",
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fac-14/lets-j-j-j-jam.git"
},
"keywords": [
"node",
"express",
"Handlebars"
],
"author": "Jessie, Monika, Joe and Artemis",
"license": "ISC",
"bugs": {
"url": "https://github.com/fac-14/lets-j-j-j-jam/issues"
},
"homepage": "https://github.com/fac-14/lets-j-j-j-jam#readme",
"devDependencies": {
"nodemon": "^1.18.3",
"nyc": "^12.0.2",
"supertest": "^3.1.0",
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"connect-memcached": "^1.0.0",
"cookie-parser": "^1.4.3",
"env2": "^2.2.2",
"eslint": "^5.4.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"pg-promise": "^8.4.6",
"serve-favicon": "^2.5.0"
}
}