-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.07 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
47
{
"name": "easypeasy",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node server.js",
"test": "nyc mocha --exit"
},
"dependencies": {
"bcryptjs": "^2.4.0",
"body-parser": "^1.18.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"dotenv": "^4.0.0",
"express": "^4.15.5",
"faker": "^4.1.0",
"jade": "~1.11.0",
"jsonwebtoken": "^7.4.3",
"mongoose": "^4.13.9",
"morgan": "~1.9.0",
"nodemon": "^1.14.11",
"passport": "^0.3.2",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pug": "^2.0.0-rc.4",
"serve-favicon": "~2.4.5"
},
"main": "server.js",
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"mocha": "^4.0.1",
"nyc": "^11.4.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laurajodz/easypeasy.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/laurajodz/easypeasy/issues"
},
"homepage": "https://github.com/laurajodz/easypeasy#readme",
"description": ""
}