Blame view

天文台pc/tianwentai-ui/node_modules/canvas-confetti/package.json 1.62 KB
bc518174   王天杨   提交两个项目文件
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
  {
    "name": "canvas-confetti",
    "version": "1.9.4",
    "description": "performant confetti animation in the browser",
    "main": "src/confetti.js",
    "module": "dist/confetti.module.mjs",
    "jsdelivr": "dist/confetti.browser.js",
    "scripts": {
      "build": "node build/build.js",
      "browserify": "browserify --entry src/confetti.js --outfile temp/confetti.bundle.js --standalone confetti",
      "minify": "terser --compress --mangle -o temp/confetti.min.js -- dist/confetti.browser.js",
      "pretest": "npm run build -s && npm run browserify -s && npm run -s minify",
      "test": "cd test && ava --verbose --serial",
      "lint": "eslint src/**/*.js test/**/*.js build/**/*.js",
      "dev": "node build/serve.js",
      "devtest": "cross-env CONFETTI_SHOW=1 npm test",
      "citest": "npm run test"
    },
    "repository": {
      "type": "git",
      "url": "git+https://github.com/catdad/canvas-confetti.git"
    },
    "author": "Kiril Vatev <vatev.1@gmail.com>",
    "license": "ISC",
    "bugs": {
      "url": "https://github.com/catdad/canvas-confetti/issues"
    },
    "homepage": "https://github.com/catdad/canvas-confetti#readme",
    "devDependencies": {
      "ava": "2.4.0",
      "babel-eslint": "^8.2.1",
      "browserify": "^15.2.0",
      "cross-env": "^5.1.3",
      "eslint": "^8.57.1",
      "eslint-plugin-ava": "^13.2.0",
      "jimp": "^0.2.28",
      "puppeteer": "^19.11.1",
      "rootrequire": "^1.0.0",
      "send": "^0.16.1",
      "terser": "^3.14.1"
    },
    "keywords": [
      "canvas",
      "confetti",
      "animation",
      "burst",
      "fireworks",
      "snow",
      "particles"
    ],
    "funding": {
      "type": "donate",
      "url": "https://www.paypal.me/kirilvatev"
    }
  }