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
| {
| "name": "d3-context-menu",
| "main": [
| "js/d3-context-menu.js",
| "css/d3-context-menu.css"
| ],
| "ignore": [
| ".jshintrc",
| "**/*.txt",
| "examples",
| "README.md"
| ],
| "dependencies": {
| "d3": "3"
| },
| "homepage": "https://github.com/patorjk/d3-context-menu",
| "_release": "778c8f1096",
| "_resolution": {
| "type": "branch",
| "branch": "master",
| "commit": "778c8f109695c499521cba16b0c8c66ef78bfc2b"
| },
| "_source": "https://github.com/patorjk/d3-context-menu.git",
| "_target": "*",
| "_originalSource": "d3-context-menu",
| "_direct": true
| }
|
|