-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
42
43
44
45
{
"name": "Q2Project",
"version": "1.0.0",
"description": "",
"main": "server.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/speichs/Q2Project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/speichs/Q2Project/issues"
},
"homepage": "https://github.com/speichs/Q2Project#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"humps": "^2.0.0",
"jsonwebtoken": "^7.4.1",
"knex": "^0.13.0",
"pg": "^6.2.4"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-ryansobol": "^10.0.2",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1"
}
}