-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 943 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 943 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": "javascript_project",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"server:dev": "nodemon server/server.js",
"build": "webpack -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"body-parser": "^1.18.3",
"express": "^4.16.3",
"leaflet": "^1.3.3",
"linkifyjs": "^2.1.6",
"material-design-icons": "^3.0.1",
"mongo": "^0.1.0",
"mongodb": "^3.1.3",
"node-fetch": "^2.2.0",
"nodemon": "^1.18.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gregorcox/JavaScript-Project-3.git"
},
"bugs": {
"url": "https://github.com/gregorcox/JavaScript-Project-3/issues"
},
"homepage": "https://github.com/gregorcox/JavaScript-Project-3#readme"
}