-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 812 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 812 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
{
"name": "d3table",
"version": "0.1.7",
"description": "HUGE D3js Table driven by Clusterize.js",
"main": "dist/table.js",
"style": "dist/table.css",
"module": "src/table.js",
"keywords": [
"large",
"table",
"D3js"
],
"author": "Philippe Guglielmetti <npm@goulu.net> (https://www.npmjs.com/~goulu)",
"license": "GPLv3",
"repository": {
"type": "git",
"url": "git@github.com/goulu/D3Table.git"
},
"bugs": {
"url": "https://github.com/goulu/D3Table/issues"
},
"homepage": "https://github.com/goulu/D3Table#readme",
"dependencies": {
"d3": "^3"
},
"devDependencies": {
"copyfiles": "^2.3.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"scripts": {
"build": "webpack && copyfiles -f ./src/*.css ./src/index.html dist"
}
}