-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 894 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 894 Bytes
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
{
"name": "datamaps-icons",
"version": "0.2.7",
"description": "A Datamaps plugin to display a layer of icons on a Datamap svg",
"main": "build/datamaps-icons.js",
"scripts": {
"test": "grunt test"
},
"author": "Joel Lubrano<joel.lubrano@gmail.com>",
"license": "ISC",
"repository": "http://github.com/jdlubrano/datamaps-icons-plugin",
"keywords": [
"d3",
"datamaps",
"icons"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-jasmine": "^0.9.2",
"grunt-contrib-uglify": "^0.9.2",
"grunt-shell": "^1.1.2",
"grunt-text-replace": "^0.4.0",
"grunt-version": "^1.0.0",
"jasmine-jquery": "^2.1.1",
"jquery": "~> 3.0.0",
"spacejam": "^1.2.2"
},
"dependencies": {
"d3": "^3.5.6",
"datamaps": "^0.4.0",
"topojson": "^1.6.0"
}
}