-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.82 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
{
"name": "echarts-bridge",
"version": "0.5.0-beta.1",
"description": "echarts imperative programming bridge in MV* frontend framework.",
"main": "bundle/echarts-bridge.common.js",
"jsnext:main": "bundle/echarts-bridge.esm.js",
"files": [
"bundle"
],
"scripts": {
"prepublish": "NODE_ENV=production rollup -c rollup.config.js",
"test-travis": "karma start karma.conf.js --browsers Firefox --single-run"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/bornkiller/echarts-bridge.git"
},
"keywords": [
"echarts",
"bridge"
],
"author": "bornkiller <hjj491229492@hotmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/bornkiller/echarts-bridge/issues"
},
"homepage": "https://github.com/bornkiller/echarts-bridge#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.5.2",
"babel-preset-stage-3": "^6.24.1",
"echarts": "^3.6.2",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.7.0",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-rollup-preprocessor": "^3.0.1",
"karma-sourcemap-loader": "^0.3.7",
"rollup": "^0.52.2",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-eslint": "^4.0.0",
"rollup-plugin-istanbul": "^2.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-watch": "^4.3.1"
},
"dependencies": {},
"peerDependencies": {
"echarts": "^3.0.0"
}
}