We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a3b812 commit 4ee953dCopy full SHA for 4ee953d
1 file changed
package.json
@@ -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