-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "gis-question-formulator",
"version": "0.0.0",
"description": "The question formulator for GIS questions in the QuAnGIS project. It ships a user interface based on Blockly.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel public/index.html",
"build": "parcel build public/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quangis/gis-question-formulator.git"
},
"keywords": [
"GIS",
"blockly",
"core",
"concepts",
"geographical",
"information",
"geo-analytical",
"question",
"answering"
],
"author": "Haiqi Xu, Niels Steenbergen, Enkhbold Nyamsuren, Simon Scheider, Eric Top",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "https://github.com/quangis/gis-question-formulator/issues"
},
"homepage": "https://github.com/quangis/gis-question-formulator#readme",
"dependencies": {
"blockly": "^8.0.5"
},
"devDependencies": {
"parcel": "next",
"parcel-reporter-static-files-copy": "^1.3"
},
"staticFiles": {
"staticPath": "node_modules/blockly/media",
"staticOutPath": "media"
}
}