-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
51 lines (51 loc) · 1.23 KB
/
package.json
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
43
44
45
46
47
48
49
50
51
{
"name": "DistributedSystemsProject",
"version": "1.0.0",
"description": "",
"engines": {
"node": "10.7.0"
},
"private": true,
"main": "server/app.js",
"scripts": {
"start": "node ./backend/app.js",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MartinStanchev/DistributedSystemsProject.git"
},
"author": "Daniel Jansson",
"license": "ISC",
"bugs": {
"url": "https://github.com/MartinStanchev/DistributedSystemsProject/issues"
},
"homepage": "https://github.com/MartinStanchev/DistributedSystemsProject#readme",
"dependencies": {
"adm-zip": "^0.4.13",
"axios": "^0.18.0",
"browserify": "^16.2.3",
"child_process": "^1.0.2",
"crypto": "^1.0.1",
"eslint": "^5.9.0",
"evilscan": "^1.7.1",
"express": "^4.16.4",
"folder-zip": "0.0.5",
"jszip": "^3.1.5",
"loader": "^2.1.1",
"mongoose": "^5.3.14",
"morgan": "^1.9.1",
"nodegit": "^0.23.0",
"shelljs": "^0.8.3",
"simple-git": "^1.107.0",
"socket.io": "^2.2.0",
"vue": "^2.5.17",
"vue-content-loader": "^0.2.1",
"vue-router": "^3.0.1",
"zip-folder": "^1.0.0"
},
"devDependencies": {
"nodemon": "^1.18.7",
"vueify": "^9.4.1"
}
}