forked from hamzanasir/FakeAir
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 965 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 965 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
38
39
40
{
"name": "fake-air",
"version": "1.0.0",
"description": "SQL Database project",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hamzanasir/FakeAir.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hamzanasir/FakeAir/issues"
},
"engines": {
"node": "6.11.2"
},
"homepage": "https://github.com/hamzanasir/FakeAir#readme",
"devDependencies": {
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0"
},
"dependencies": {
"body-parser": "^1.18.2",
"connect-flash": "^0.1.1",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"nodemailer": "^4.4.0",
"pg": "7.3.0",
"url": "^0.11.0"
}
}