-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
73 lines (73 loc) · 1.88 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
68
69
70
71
72
73
{
"name": "juttle-viz",
"version": "0.7.0",
"description": "Juttle visualization library",
"keywords": [
"juttle",
"visualizations"
],
"homepage": "https://github.com/juttle/juttle-viz",
"bugs": "https://github.com/juttle/juttle-viz/issues",
"license": "Apache-2.0",
"main": "lib/index.js",
"repository": "juttle/juttle-viz",
"scripts": {
"test": "gulp test",
"build:umd": "webpack src/index.js dist/juttle-viz.js",
"prepublish": "gulp clean; gulp && npm run build:umd"
},
"dependencies": {
"babel-plugin-transform-class-properties": "^6.6.0",
"backbone": "^1.2.3",
"bluebird": "^3.0.5",
"classnames": "^2.2.1",
"d3": "^3.5.6",
"escape-html": "^1.0.3",
"extendable-base": "^0.3.1",
"filesaver.js": "^0.2.0",
"jquery": "^2.1.4",
"marked": "^0.3.5",
"moment-parser": "^0.1.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"string-template": "^1.0.0",
"underscore": "^1.8.3",
"vis": "^4.9.0"
},
"devDependencies": {
"babel-eslint": "^5.0.0-beta6",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.3.13",
"browserify": "^12.0.1",
"chai": "^3.4.1",
"del": "^2.2.0",
"eslint-plugin-mocha": "^1.1.0",
"eslint-plugin-react": "^3.14.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-connect": "^2.2.0",
"gulp-eslint": "^1.1.1",
"gulp-if": "^2.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-mocha": "^2.2.0",
"gulp-sass": "^2.1.0",
"highcharts": "^4.2.3",
"isparta": "^4.0.0",
"jsdom": "^7.2.2",
"json-loader": "^0.5.4",
"mocha": "^2.3.4",
"moment": "^2.11.1",
"sinon": "^1.17.3",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.12.12"
},
"peerDependencies": {
"highcharts": "^4.2.3",
"moment": "^2.11.1"
},
"engines": {
"node": ">=4.2.0",
"npm": ">=2.14.7"
}
}