-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 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
{
"name": "ez-progress",
"version": "1.0.0",
"description": "一个web(伪)进度插件",
"main": "index.umd.js",
"module": "index.js",
"scripts": {
"build": "rollup -c ./rollup.config.js",
"test": "node ./build/test.js"
},
"keywords": [
"progress"
],
"author": "Jack Lo",
"license": "ISC",
"dependencies": {
"on-fire": "^0.1.5"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-external-helpers": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@rollup/plugin-babel": "^5.1.0",
"eslint": "^7.6.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.22.0",
"rollup": "^2.23.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0"
},
"directories": {
"doc": "doc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jack-Lo/ez-progress.git"
},
"bugs": {
"url": "https://github.com/Jack-Lo/ez-progress/issues"
},
"homepage": "https://github.com/Jack-Lo/ez-progress#readme"
}