Skip to content

Commit 4ee953d

Browse files
committed
publishes to npm
1 parent 8a3b812 commit 4ee953d

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "graph-scroll",
3+
"version": "0.0.1",
4+
"description": "Simple scrolling events for d3 graphs",
5+
"main": "graph-scroll.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/1wheel/graph-scroll.git"
12+
},
13+
"keywords": [
14+
"d3",
15+
"scroll",
16+
"graph"
17+
],
18+
"author": "Adam Pearce",
19+
"license": "MIT",
20+
"bugs": {
21+
"url": "https://github.com/1wheel/graph-scroll/issues"
22+
},
23+
"homepage": "https://github.com/1wheel/graph-scroll"
24+
}

0 commit comments

Comments
 (0)