-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "note-api",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "mocha -r tests/helper.js -R spec tests/**/**.test.js",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/kingsley-einstein/note-practice-api.git"
},
"bugs": {
"url": "https://github.com/kingsley-einstein/note-practice-api/issues"
},
"homepage": "https://github.com/kingsley-einstein/note-practice-api#readme",
"description": "",
"dependencies": {
"body-parser": "^1.18.3",
"chai": "^4.1.2",
"connect-mongo": "^2.0.1",
"crypto": "^1.0.1",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"formidable": "^1.2.1",
"fs": "0.0.1-security",
"md5": "^2.2.1",
"moment": "^2.22.2",
"mongoose": "^5.2.6",
"morgan": "^1.9.0",
"nodemailer": "^4.6.7",
"path": "^0.12.7",
"sinon": "^6.1.4",
"sinon-chai": "^3.2.0",
"underscore": "^1.9.1"
}
}