forked from geodatagouv/wfs-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 803 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
{
"name": "wfs-client",
"version": "0.1.4",
"description": "A very simple WFS client",
"main": "index.js",
"scripts": {
"test": "grunt jshint"
},
"repository": {
"type": "git",
"url": "git://github.com/jdesboeufs/wfs-client.git"
},
"keywords": [
"WFS",
"OGC"
],
"author": "Jérôme Desboeufs <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jdesboeufs/wfs-client/issues"
},
"homepage": "https://github.com/jdesboeufs/wfs-client",
"dependencies": {
"debug": "^2.0",
"libxmljs": "^0.14",
"lodash": "^3.6",
"q": "^1.0.1",
"semver": "^4.3.3",
"superagent": "^0.21",
"superagent-retry": "^0.5.1"
},
"devDependencies": {
"grunt": "^0.4",
"grunt-contrib-jshint": "^0.11"
}
}