Skip to content

Commit 819e273

Browse files
committed
Added package.json.
1 parent 67d5633 commit 819e273

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "d3-table-cards",
3+
"version": "1.0.1",
4+
"description": "Table/Cards views using D3.js for animated transitions.",
5+
"author": "Olivier Giulieri (https://evoluteur.github.io/)",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/evoluteur/d3-table-cards.git"
9+
},
10+
"license": "MIT",
11+
"homepage": "https://github.com/evoluteur/d3-table-cards",
12+
"bugs": "https://github.com/evoluteur/d3-table-cards/issues",
13+
"keywords": "d3 d3v4 transition javascript animation js table card cards view"
14+
}

0 commit comments

Comments
 (0)