-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (50 loc) · 1.21 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
49
50
{
"name": "timely-dependency-graph",
"version": "1.0.0",
"description": "Interactive Dependency Time Graph for NPM Modules",
"keywords": [
"npm",
"module",
"release",
"version",
"dependency",
"graph",
"time",
"data visualization",
"d3"
],
"homepage": "https://mindrones.github.io/timely-dependency-graph",
"repository": {
"url": "https://github.com/mindrones/timely-dependency-graph",
"type": "git"
},
"bugs": "https://github.com/mindrones/timely-dependency-graph/issues",
"license": "GPL-3.0",
"author": {
"name": "Luca Bonavita",
"url": "http://mindrones.com/"
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.9.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.1",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-preprocess": "^2.0.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"minimist": "^1.2.0",
"run-sequence": "^1.1.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"d3": "^3.5.16",
"semver": "^5.1.0",
"underscore": "^1.8.3"
}
}