-
Notifications
You must be signed in to change notification settings - Fork 1k
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "datamaps",
"main": "dist/datamaps.all.js",
"description": "datamaps with d3.js",
"version": "0.5.9",
"author": "Mark DiMarco<markmarkoh@gmail.com>",
"contributors": [
"Enrico Berti (https://github.com/enricoberti)",
"Matteo Guarnerio (http://matteoguarnerio.com)",
"Adrian Jones (https://github.com/adrianbj)",
"Dave Long <dave@davejlong.com> (https://github.com/davejlong)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/markmarkoh/datamaps.git"
},
"scripts": {
"test": "grunt jasmine"
},
"dependencies": {
"d3": "^3.5.6",
"topojson": "^1.6.19",
"@types/d3": "3.5.38"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jasmine": "~0.5.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.4.4",
"grunt-replace": "~0.4.4",
"grunt-sync-pkg": "^0.1.2",
"grunt-text-replace": "~0.3.6"
},
"types": "./src/index.d.ts"
}