-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 KB
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
{
"name": "crawl",
"version": "1.0.0",
"description": "A travel app for people who love to drink",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"db": "mysql -u root < schema.sql"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Apptonomy/Crawl.git"
},
"author": "Team Apptonomy",
"license": "ISC",
"bugs": {
"url": "https://github.com/Apptonomy/Crawl/issues"
},
"homepage": "https://github.com/Apptonomy/Crawl#readme",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.21.1",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2"
},
"dependencies": {
"-": "0.0.1",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"cookie-session": "^1.4.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"mysql": "^2.18.1",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"sass": "^1.26.8",
"vue2-google-maps": "^0.10.7"
}
}