forked from semio/vizabi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.65 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "vizabi",
"version": "0.13.1",
"description": "Vizabi Framework, Interactive charts and visualization tools animated through time",
"main": "build/dist/vizabi.js",
"files": [
"build/dist"
],
"scripts": {
"prepublish": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/Gapminder/vizabi"
},
"author": "",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Gapminder/vizabi/issues"
},
"homepage": "http://vizabi.org",
"dependencies": {
"vizabi-interpolators": "^1.1.0"
},
"devDependencies": {
"babel-eslint": "5.0.0",
"bourbon": "^4.2.5",
"chalk": "1.1.1",
"d3": "^3.5.6",
"del": "2.2.0",
"eslint": "2.2.0",
"eslint-config-airbnb": "6.0.2",
"eslint-plugin-react": "4.1.0",
"event-stream": "3.3.2",
"font-awesome": "^4.4.0",
"glob": "7.0.0",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-bump": "1.0.0",
"gulp-cached": "1.1.0",
"gulp-concat": "2.6.0",
"gulp-connect": "3.1.0",
"gulp-eslint": "2.0.0",
"gulp-foreach": "0.1.0",
"gulp-if": "2.0.0",
"gulp-insert": "0.5.0",
"gulp-jade": "1.1.0",
"gulp-jsdoc": "0.1.5",
"gulp-memory-cache": "0.3.0",
"gulp-minify-css": "1.2.1",
"gulp-rename": "1.2.2",
"gulp-ruby-sass": "2.0.6",
"gulp-scss-lint": "0.3.9",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.3",
"gulp-uglifycss": "1.0.6",
"gulp-util": "3.0.7",
"gulp-wait": "0.0.2",
"gulp-watch": "4.3.5",
"gulp-wrapper": "1.0.0",
"gulp-zip": "3.2.0",
"opn": "4.0.1",
"q": "1.4.1",
"rollup": "0.19.1",
"slash": "1.0.0"
}
}