forked from britecharts/britecharts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
136 lines (136 loc) · 4.04 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "britecharts",
"version": "2.9.6",
"description": "D3.js based Modular Charting Library by Eventbrite",
"main": "dist/bundled/britecharts.min.js",
"contributors": [
{
"name": "Marcos Iglesias",
"email": "[email protected]"
},
{
"name": "Ryan Wholey",
"email": "[email protected]"
},
{
"name": "Sun Dai",
"email": "[email protected]"
},
{
"name": "Jaylum Chen",
"email": "[email protected]"
},
{
"name": "Amber Rockwood",
"email": "[email protected]"
},
{
"name": "Daler Asrorov",
"email": "[email protected]"
}
],
"scripts": {
"demos:compile": "webpack --progress --colors --env=demos",
"demos:watch": "webpack --watch --progress --colors --env=demos",
"demos:serve": "webpack-dev-server --content-base docs/ --inline --hot --port 8001 --open --env=demos",
"styles": "grunt lint && grunt sass && grunt cssmin",
"docs": "webpack --env=demos && yarn run styles && grunt docs",
"build": "webpack --env=production && yarn run styles",
"untrack": "grunt untrack",
"release": "grunt release:patch",
"release:minor": "grunt release:minor",
"release:major": "grunt release:major",
"test": "karma start --env=test",
"test:travis": "karma start --single-run --browsers PhantomJS --env=test",
"watch": "grunt watch",
"sandbox:compile": "webpack --env=sandbox",
"sandbox": "webpack-dev-server --env=sandbox --hot --content-base sandbox/ --inline",
"clean": "yarn cache clean && rm -rf node_modules",
"doot": "webpack --env=test"
},
"repository": {
"type": "git",
"url": "https://github.com/eventbrite/britecharts.git"
},
"keywords": [
"d3",
"svg",
"chart",
"javascript",
"es6",
"visualizations",
"data-visualization",
"interactive-visualizations"
],
"author": "Eventbrite",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/eventbrite/britecharts/issues"
},
"homepage": "http://eventbrite.github.io/britecharts/",
"dependencies": {
"base-64": "^0.1.0",
"d3": "^5.0.0",
"lodash.assign": "^4.2.0"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-istanbul": "^0.12.2",
"babel-loader": "^7.1.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.5.0",
"brace": "^0.10.0",
"css-loader": "^0.28.4",
"eslint-loader": "^1.9.0",
"grunt": "^1.0.1",
"grunt-babel": "^6.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-jsdoc": "^2.2.1",
"grunt-karma": "^2.0.0",
"grunt-release": "git://github.com/beevelop/grunt-release",
"grunt-reload": "^0.2.0",
"grunt-sass": "^2.0.0",
"grunt-sass-lint": "^0.2.0",
"grunt-shell": "^2.1.0",
"grunt-sync": "^0.6.2",
"ink-docstrap": "^1.3.0",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine-core": "^2.7.0",
"jasmine-jquery": "^2.0.6",
"jquery": "^3.1.1",
"jsdoc": "^3.5.5",
"json-loader": "^0.5.7",
"karma": "^1.7.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.5",
"load-grunt-tasks": "^3.5.2",
"moment": "^2.17.0",
"phantomjs-polyfill-find": "ptim/phantomjs-polyfill-find",
"prismjs": "^1.6.0",
"pubsub-js": "^1.5.7",
"requirejs-plugins": "^1.0.2",
"sanitize-html": "^1.13.0",
"sass-loader": "^6.0.6",
"shelljs": "^0.7.8",
"sinon": "^3.0.0",
"style-loader": "^0.18.2",
"text": "requirejs/text",
"underscore": "~1.8.3",
"webpack": "^3.6.0",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-dev-server": "^2.9.1",
"webpack-merge": "^4.1.1",
"webpack-livereload-plugin": "^0.9.0",
"yargs": "^8.0.2"
}
}