-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 884 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 884 Bytes
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
{
"name": "let-s-have-fun",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "tape tests.js | tap-spec",
"start": "node src/server.js",
"watch": "nodemon src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/facg3/Let-s-Have-Fun.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/facg3/Let-s-Have-Fun/issues"
},
"homepage": "https://github.com/facg3/Let-s-Have-Fun#readme",
"devDependencies": {
"eslint": "^4.12.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0",
"nodemon": "^1.12.5",
"shot": "^3.4.2",
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
},
"dependencies": {
"cookie": "^0.3.1",
"env2": "^2.2.0",
"jsonwebtoken": "^8.1.0",
"pg": "^7.4.0",
"request": "^2.83.0"
}
}