-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.13 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
{
"name": "datamaps-zoomto",
"version": "0.1.3",
"description": "A Datamaps plugin that enables zooming to arbitrary coordinates at an arbitrary zoom level.",
"main": "build/datamaps-zoomto.js",
"scripts": {
"test": "grunt test",
"mocha": "mocha test/require.test.js",
"build": "grunt"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/jdlubrano/datamaps-zoomto-plugin.git"
},
"keywords": [
"d3",
"Datamaps",
"zoom"
],
"author": "Joel Lubrano",
"license": "MIT",
"bugs": {
"url": "https://github.com/jdlubrano/datamaps-zoomto-plugin/issues"
},
"homepage": "https://github.com/jdlubrano/datamaps-zoomto-plugin#readme",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jasmine": "^2.0.3",
"grunt-contrib-uglify": "^1.0.0",
"grunt-shell": "^1.1.2",
"grunt-text-replace": "^0.4.0",
"grunt-version": "^1.3.0",
"jasmine-jquery": "^2.1.1",
"jquery": "~> 3.0.0"
},
"dependencies": {
"d3": "^3.5.6",
"datamaps": "^0.5.9",
"topojson": "^3.0.0"
}
}