-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.27 KB
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
{
"name": "watermark-pub",
"version": "1.0.7",
"description": "watermark use in react || vue || AngularJS || jq || Native JS",
"repository":"https://github.com/wj100/watermark",
"author": "wangjun <wj@wangjun.work>",
"main": "dist/watermark.cjs.js",
"module": "dist/watermark.esm.js",
"iife": "dist/watermark.min.js",
"keywords": ["watermark", "react", "vue", "AngularJS", "jq", "Native JS","水印"],
"scripts": {
"build": "rollup -c"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-eslint": "^10.0.2",
"eslint": "^6.1.0",
"eslint-plugin-standard": "^4.0.0",
"rollup": "^1.19.4",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-delete": "^1.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-terser": "^5.1.1"
},
"eslintConfig": {
"env": {
"es6": true,
"node": true,
"browser": true
},
"parser": "babel-eslint",
"extends": "eslint:recommended",
"plugins": [
"standard"
]
},
"browserslist": [
"ie > 9",
"ios > 8",
"safari > 8",
"android > 4.4",
"firefox esr",
"last 4 chrome versions"
]
}