-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.42 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
52
53
{
"name": "d3-heatmap2",
"version": "1.1.1",
"description": "",
"keywords": [
"d3",
"d3-module"
],
"main": "dist/d3-heatmap2.js",
"directories": {
"example": "examples"
},
"homepage": "https://github.com/spiermar/d3-heatmap2",
"scripts": {
"pretest": "gulp build",
"test": "tape 'test/**/*-test.js'",
"prepare": "npm run test",
"postpublish": "zip -j dist/d3-heatmap2.zip -- LICENSE README.md dist/d3-heatmap2.js dist/d3-heatmap2.min.js dist/d3-heatmap2.css"
},
"repository": {
"type": "git",
"url": "https://github.com/spiermar/d3-heatmap2"
},
"author": "Martin Spier <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"browser-sync": "^2.24.7",
"del": "^3.0.0",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"gulp": "^4.0.0",
"gulp-eslint": "^4.0.2",
"gulp-rename": "^1.4.0",
"gulp-uglify-es": "^1.0.4",
"rollup-plugin-commonjs": "8.3.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-stream": "^1.24.1",
"tape": "^4.9.1",
"uglify-es": "^3.3.9",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"d3-array": "^1.2.4",
"d3-axis": "^1.0.12",
"d3-format": "^1.3.2",
"d3-scale": "^2.1.2",
"d3-selection": "^1.3.2",
"yargs": "^11.0.0"
}
}