forked from AngryLoki/wikidata-graph-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 KB
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
{
"name": "wikidata-graph-builder",
"version": "0.0.1",
"description": "Visualize Wikidata item graphs using d3.js",
"author": "AngryLoki",
"keywords": "wikidata, d3",
"homepage": "https://angryloki.github.io/wikidata-graph-builder/",
"bugs": "https://github.com/AngryLoki/wikidata-graph-builder/issues",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/AngryLoki/wikidata-graph-builder/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/AngryLoki/wikidata-graph-builder.git"
},
"devDependencies": {
"browser-sync": "^2.12.3",
"coffee-script": "^1.10.0",
"event-stream": "^3.3.2",
"fancy-log": "^1.3.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-bower": "0.0.13",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-csso": "^2.0.0",
"gulp-flatten": "^0.2.0",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "^1.3.0",
"gulp-jade": "^1.1.0",
"gulp-load-plugins": "^1.2.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-stylus": "^2.3.1",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7"
}
}