-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
48 lines (48 loc) · 1.16 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "d3-hypertree",
"main": "dist/js/d3-hypertree.js",
"types": "dist/d/d3-hypertree.d.js",
"version": "1.1.3",
"description": "Hyperbolictree",
"author": "Michael Glatzhofer",
"license": "MIT",
"homepage": "/~https://github.com/glouwa/d3-hypertree#readme",
"repository": {
"type": "git",
"url": "git+/~https://github.com/glouwa/d3-hypertree.git"
},
"keywords": [
"hyperbolic tree",
"hyper tree"
],
"scripts": {
"run": "gulp watch",
"globalinstall": "npm i -g gulp"
},
"dependencies": {
"d3": "^4.13.0",
"d3-force-gravity": "^1.0.2",
"xml2js": "^0.4.17"
},
"devDependencies": {
"@types/d3": "^4.13.2",
"@types/node": "^7.10.5",
"browser-sync": "^2.26.3",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-debug": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^3.2.1",
"gulp-typescript": "^3.2.4",
"gulp-uglifycss": "^1.1.0",
"gulp-uglifyes": "^0.1.3",
"gulp-util": "^3.0.8",
"merge2": "^1.2.3",
"typescript": "^2.9.2",
"webpack": "^3.12.0",
"webpack-stream": "^4.0.3",
"yargs": "^8.0.2"
}
}