-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
52 lines (52 loc) · 1.22 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
51
52
{
"name": "bubbletree",
"version": "2.1.0",
"description": "BubbleTree is a library for interactive visualization of hierarchical data.",
"main": "dist/bubbletree.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build",
"build": "gulp",
"review": "jscs src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/okfn/bubbletree.git"
},
"author": {
"name": "Gregor Aisch",
"url": "http://vis4.net/blog/"
},
"contributors": [
{
"name": "Rufus Pollock",
"url": "http://rufuspollock.org/"
},
{
"name": "Levko Kravets",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/okfn/bubbletree/issues"
},
"homepage": "http://okfnlabs.org/bubbletree",
"dependencies": {
"jquery": "^1.11.3",
"webpack-raphael": "^2.1.4",
"tween.js": "^16.3.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-file": "^0.2.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.1",
"jquery-migrate": "^1.2.1",
"jscs": "^2.7.0",
"marked": "^0.3.5",
"nunjucks": "^2.2.0"
}
}