forked from planetfederal/wps-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 907 Bytes
/
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
{
"name": "wps-gui",
"version": "0.7.0",
"description": "Graphical User Interface to create Web Processing Server workflows",
"directories": {
"doc": "docs"
},
"devDependencies": {
"bower": "^1.3.12",
"gulp": "~3.8.8",
"gulp-connect": "2.0.6",
"proxy-middleware": "0.6.0",
"gulp-concat": "~2.4.1",
"gulp-filter": "^1.0.2",
"gulp-minify-css": "^0.3.10",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.0.1",
"main-bower-files": "~2.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/boundlessgeo/wps-gui.git"
},
"keywords": [
"WPS",
"processing",
"model",
"builder"
],
"author": "Boundless Spatial Inc.",
"license": "Apache License, Version 2.0",
"bugs": {
"url": "https://github.com/boundlessgeo/wps-gui/issues"
}
}