-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "geocloud2",
"version": "0.0.0",
"description": "GC2 is a open source project that ties PostGIS, MapServer, TileCache, WFS, WMS, OpenLayers and Leaflet together in one integrated geospatial solution.",
"main": "Gruntfile.js",
"scripts": {},
"repository": {
"type": "git",
"url": "http://github.com/mapcentia/geocloud2.git"
},
"author": "Martin Høgh",
"license": "MIT",
"bugs": {
"url": "https://github.com/mapcentia/geocloud2/issues"
},
"homepage": "https://github.com/mapcentia/geocloud2",
"devDependencies": {
"grunt": "^1.5.3",
"grunt-cache-bust": "^1.7.0",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-git": "^1.1.1",
"grunt-npm-install": "^0.3.1",
"grunt-preprocess": "^5.1.0",
"grunt-processhtml": "^0.4.3",
"grunt-shell": "^4.0.0",
"grunt-templates-hogan": "^0.3.0"
},
"dependencies": {
"nconf": "^0.12.0",
"pg": "^8.8.0",
"request": "^2.53.0",
"winston": "~3.8.2"
}
}