-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "d3-world-maps",
"author": "Benjamin King <[email protected]>",
"version": "0.0.3",
"license": "ISC",
"description": "Barebone world map template build for displaying data",
"main": "./lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --require chai --growl --compilers js:babel/register test/setup.js test/*",
"prepublish": "gulp"
},
"keywords": [
"d3",
"maps",
"topojson",
"JavaScipt"
],
"homepage": "https://github.com/benjaki2",
"repository": {
"type": "git",
"url": "https://github.com/Benjaki2/d3-world-maps"
},
"devDependencies": {
"babel": "^5.4.7",
"babel-eslint": "*",
"babelify": "^6.1.1",
"browserify": "^10.2.1",
"chai": "^3.2.0",
"chai-jquery": "^2.0.0",
"d3": "*",
"del": "^1.2.0",
"eslint": "*",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"jquery": "*",
"jsdom": "^3.1.2",
"mocha": "^2.3.4",
"sinon": "^1.16.1",
"sinon-chai": "^2.8.0",
"topojson": "*",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}