forked from komushi/ng-d3tree
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 844 Bytes
/
package.json
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
35
36
{
"name": "ng-d3tree",
"version": "0.1.1",
"description": "angular directive for d3.js tree",
"main": "main/ng-d3tree.js",
"dependencies": {
"angular": "~1.5",
"d3": "^3.5.17"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/komushi/ng-d3tree.git"
},
"keywords": [
"angular",
"d3.js",
"tree"
],
"author": "Lei Xu <[email protected]>",
"contributors": [
"Teodoro Montanaro <[email protected]> (https://www.rosario49.it/teodoro_montanaro)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/komushi/ng-d3tree/issues"
},
"homepage": "https://github.com/komushi/ng-d3tree#readme"
}