-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 997 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
{
"name": "talkfactome",
"version": "1.0.0",
"description": "Fatimat, Johanna, Sophie and Natalie",
"main": "index.js",
"scripts": {
"test": "NODE_ENV=test node tests/test.js | tap-spec",
"devStart": "nodemon ./src/server.js",
"start": "node ./src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fac-12/talkFacToMe.git"
},
"author": "fatimat, sophie, johanna and natalie",
"license": "ISC",
"bugs": {
"url": "https://github.com/fac-12/talkFacToMe/issues"
},
"homepage": "https://github.com/fac-12/talkFacToMe#readme",
"dependencies": {
"bcrypt": "^1.0.3",
"bcryptjs": "^2.4.3",
"cookie": "^0.3.1",
"env2": "^2.2.0",
"jsonwebtoken": "^8.1.0",
"nodemon": "^1.12.1",
"pg": "^7.4.0"
},
"devDependencies": {
"eslint": "^4.12.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"shot": "^3.4.0",
"tap-spec": "^4.1.1",
"tape": "^4.6.3"
}
}