-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 901 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 901 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
{
"name": "codeclan_group_project",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"webpack": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/docljn/codeclan_group_project.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/docljn/codeclan_group_project/issues"
},
"homepage": "https://github.com/docljn/codeclan_group_project#readme",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.2",
"google-translate-api": "^2.3.0",
"highcharts": "^6.0.7",
"mongodb": "^3.0.3",
"npm": "^5.7.1"
},
"devDependencies": {
"eslint": "^4.18.2",
"mocha": "^5.0.1",
"nodemon": "^1.17.3",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.10"
}
}