-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 997 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 997 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
41
42
{
"name": "-y",
"version": "1.0.0",
"jest": {
"verbose": true
},
"description": "title-map proxy server",
"main": "server.js",
"scripts": {
"test": "jest",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MichaelDurfey/FoodiGo.git"
},
"author": "Michael Durfey",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"ejs": "^2.5.7",
"express": "^4.16.2",
"jest": "^22.4.2",
"pug": "^2.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"request": "^2.83.0",
"supertest": "^3.0.0",
"webpack": "^3.11.0",
"yelp-fusion": "^2.0.3"
},
"bugs": {
"url": "https://github.com/MichaelDurfey/FoodiGo/issues"
},
"homepage": "https://github.com/MichaelDurfey/FoodiGo#readme",
"devDependencies": {
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0"
}
}