-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 868 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
{
"name": "epiquotes",
"version": "1.0.0",
"description": "quote storage",
"main": "config.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lewi-g/EpiQuotes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lewi-g/EpiQuotes/issues"
},
"homepage": "https://github.com/lewi-g/EpiQuotes#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"express": "^4.15.3",
"mongo": "^0.1.0",
"mongoose": "^4.11.3",
"morgan": "^1.8.2",
"passport": "^0.3.2",
"passport-http": "^0.3.0"
},
"devDependencies": {
"dotenv": "^4.0.0",
"chai": "^4.1.0",
"chai-http": "^3.0.0",
"faker": "^4.1.0",
"mocha": "^3.4.2"
}
}