forked from css-doodle/css-doodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "css-doodle",
"version": "0.14.2",
"description": "A web component for drawing patterns with CSS",
"main": "css-doodle.js",
"scripts": {
"build": "rollup -c rollup.config.js",
"minify": "terser --compress --mangle --comments '/^!/' --output=css-doodle.min.js --ecma 6 -b ascii_only=true -- css-doodle.js",
"trim": "./tools/trim css-doodle.min.js",
"test": "node -r esm node_modules/.bin/ava --verbose",
"test:watch": "npm run test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/css-doodle/css-doodle.git"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/css-doodle"
},
"devDependencies": {
"ava": "^3.3.0",
"esm": "^3.2.25",
"rollup": "^2.35.1",
"terser": "^5.5.1"
},
"files": [
"src",
"css-doodle*.js"
],
"keywords": [
"css",
"web-components"
],
"author": "yuanchuan",
"license": "MIT",
"bugs": {
"url": "https://github.com/css-doodle/css-doodle/issues"
},
"homepage": "https://css-doodle.com"
}