-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "dtd-diagram",
"version": "0.2.1",
"description": "Animated tree diagrams for XML DTDs",
"main": "DtdDiagram",
"directories": {
"example": "examples"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Klortho/dtd-diagram.git"
},
"keywords": [
"d3",
"dtd",
"xml"
],
"author": "Chris Maloney <[email protected]>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/Klortho/dtd-diagram/issues"
},
"homepage": "https://github.com/Klortho/dtd-diagram#readme",
"devDependencies": {
"bower": "^1.6.5",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.6.0",
"gulp-gh-pages": "^0.5.4",
"gulp-inject": "^3.0.0",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.0.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"mocha": "^2.3.3",
"mocha-traceur": "^2.1.0",
"mock-browser": "^0.91.34",
"string.prototype.repeat": "^0.2.0"
}
}