-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 842 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
{
"name": "geo-live",
"version": "0.0.0",
"description": "Live status monitor for CSW and Geoserver",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/asonnenschein/geo-live.git"
},
"author": "Adrian Sonnenschein",
"license": "ISC",
"bugs": {
"url": "https://github.com/asonnenschein/geo-live/issues"
},
"dependencies": {
"express": "4.9.0",
"express-params": "0.0.3",
"pg": "3.4.2",
"async": "0.9.0",
"should": "4.0.4",
"supertest": "0.13.0",
"request": "2.42.0",
"mocha": "1.21.4",
"sax": "0.6.0",
"saxpath": "0.6.1",
"xmldom": "0.1.19",
"xpath.js": "1.0.5",
"body-parser": "1.8.1"
},
"homepage": "https://github.com/asonnenschein/geo-live"
}