-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.25 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
42
43
44
45
46
{
"name": "geospatial-data-processor-and-visualizer",
"version": "1.0.0",
"description": "A real time geospatial data processor and visualizer disaster management application",
"keywords": [
"disaster",
"real-time",
"geospatial",
"visualizer"
],
"dependencies": {
},
"devDependencies": {},
"scripts": {
"install": "git submodule update --recursive && cd visualizer-server && npm install && cd ../web-interface && npm install",
"prestart": "npm install",
"start": "cd web-server/ && npm start && cd ../web-interface && npm start",
"test": "cd visualizer-server && npm test && cd ../web-interface && npm test"
},
"repository": {
"type": "git",
"url": "git://github.com/Coeus2016/geospatial-data-processor-and-visualizer.git"
},
"bugs": {
"url": "https://github.com/Coeus2016/geospatial-data-processor-and-visualizer/issues"
},
"contributors": [
{
"name": "Nsovo Baloyi",
"email": "nsovo.baloyi23@gmail.com"
},
{
"name": "Keletso Molefe",
"email": "patrickkeletso@gmail.com"
},
{
"name": "Kamogelo Tswene",
"email": "kamo.tswene@gmail.com"
},
{
"name": "Maluleki Nyuswa",
"email": "malunyz@yahoo.com"
}
],
"license": "MIT"
}