-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
41 lines (41 loc) · 973 Bytes
/
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
{
"name": "schart.js",
"version": "3.0.4",
"description": "Small & simple HTML5 charts",
"main": "lib/sChart.min.js",
"directories": {
"lib": "lib"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"cross-env": "^6.0.3",
"eslint": "^6.8.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-eslint": "^7.0.0",
"rollup-plugin-uglify": "^6.0.4"
},
"scripts": {
"watch": "rollup -c -w",
"build": "cross-env NODE_ENV=development rollup -c && cross-env NODE_ENV=production rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lin-xin/schart.js.git"
},
"keywords": [
"schart.js",
"chart",
"图表",
"js插件"
],
"author": "linxin",
"license": "MIT",
"bugs": {
"url": "https://github.com/lin-xin/schart.js/issues"
},
"homepage": "https://lin-xin.gitee.io/example/schart/"
}