-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 855 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": "memo",
"version": "1.0.0",
"description": "todo list",
"main": "server.js",
"dependencies": {
"bcrypt": "^4.0.1",
"dotenv": "^8.2.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"method-override": "^3.0.0",
"pg": "^7.18.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"cors": "^2.8.5",
"jest": "^25.4.0",
"superagent": "^5.2.2",
"supertest": "^4.0.2"
},
"scripts": {
"test": "jest --coverage",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rubiksron/memo.git"
},
"keywords": [
"key",
"words"
],
"author": "ron dunphy",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rubiksron/memo/issues"
},
"homepage": "https://github.com/Rubiksron/memo#readme"
}