-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
51 lines (51 loc) · 1.2 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
{
"name": "jquery.geo",
"title": "jQuery Geo",
"description": "An interactive mapping widget and geo-spatial API built on open source and open data (NOT a wrapper of other APIs, such as Google Maps)",
"version": "1.1.0",
"main": "dist/jquery.geo.js",
"registry": "npm",
"format": "global",
"homepage": "http://jquerygeo.com",
"bugs": {
"url": "https://github.com/jQueryGeo/geo/issues"
},
"author": {
"name": "Ryan Morrison-Westphal",
"company": "Tripping the Bits",
"email": "[email protected]",
"url": "http://trippingthebits.com"
},
"repository": {
"type": "git",
"url": "git://github.com/jQueryGeo/geo.git"
},
"licenses": [
{
"type": "MIT",
"url": "http://jquerygeo.com/blob/master/LICENSE-MIT"
}
],
"dependencies": {
"jquery": ">=1.9"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2",
"jquery": ">=1.9"
},
"keywords": [
"jquery-plugin",
"ecosystem:jquery",
"geo",
"spatial",
"mapping",
"widget",
"API",
"map",
"interactive"
]
}