-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 855 Bytes
/
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
{
"name": "d3-templating",
"version": "2.0.24",
"description": "D3js templates plugin",
"keywords": [
"d3",
"d3-module",
"d3-template",
"template"
],
"license": "BSD-3-Clause",
"main": "build/d3-template.js",
"jsnext:main": "index",
"homepage": "https://github.com/jkutianski/d3-templating.git",
"repository": {
"type": "git",
"url": "https://github.com/jkutianski/d3-templating"
},
"scripts": {
"pretest": "node ./scripts/mkbuild.js && rollup -c ./rollup.config.js",
"test": "tape test/**/*-test.js",
"prepublish": "npm run test && uglifyjs build/d3-template.js -c -m -o build/d3-template.min.js"
},
"devDependencies": {
"d3-selection": ">=1.3.x",
"jsdom": ">=16.4.0",
"rollup": ">=2.28.1",
"tape": ">=4.11.0",
"uglify-js": ">=3.10.4",
"handlebars": ">=4.7.6"
}
}