-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
66 lines (66 loc) · 1.42 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "ows.js",
"version": "0.1.1",
"description": "OGC Web Services Library for JavaScript",
"homepage": "https://github.com/OSGeo/ows.js",
"author": "Tom Kralidis",
"keywords": [
"ogc",
"ows",
"csw"
],
"maintainers": [
{
"name": "Tom Kralidis",
"email": "[email protected]",
"url": "https://github.com/tomkralidis"
}
],
"contributors": [
{
"name": "Tom Kralidis",
"email": "[email protected]",
"url": "https://github.com/tomkralidis"
},
{
"name": "Juan Manuel Vicente",
"email": "[email protected]"
}
],
"bugs": "https://github.com/OSGeo/ows.js/issues",
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "git://github.com/OSGeo/ows.js.git"
},
"directories": {},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"jsonix": "2.3.2",
"ogc-schemas": "2.5.1",
"w3c-schemas": "1.3.1"
},
"devDependencies": {
"grunt": "*",
"grunt-cli": "*",
"grunt-connect-proxy": "0.1.10",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.9.0",
"grunt-contrib-jshint": "*",
"grunt-contrib-qunit": "*",
"grunt-contrib-uglify": "^0.8.0",
"grunt-serve": "^0.1.6",
"grunt-strip": "*",
"jshint": "*",
"qunitjs": "*",
"lodash" : "*",
"blanket": "*"
}
}