UNPKG

1.75 kBJSONView Raw
1{
2 "name": "image2d",
3 "version": "1.6.4",
4 "description": "🍇 使用ECMAScript绘制二维图片。Drawing Two-Dimensional Pictures Using ECMAScript.",
5 "main": "build/image2D.min.js",
6 "scripts": {
7 "start": "npm install && npm run build",
8 "build": "npm run build:init && npm run build:bundle && npm run build:babel && npm run build:uglifyjs && npm run build:end",
9 "build:init": "cuf --config ./cuf.config.js init",
10 "build:end": "cuf --config ./cuf.config.js end",
11 "build:bundle": "cuf --config ./cuf.config.js bundle",
12 "build:babel": "cuf --config ./cuf.config.js babel",
13 "build:uglifyjs": "cuf --config ./cuf.config.js uglifyjs",
14 "support": "npx browserslist",
15 "server": "cuf --server 30000",
16 "test-cli":"node ./bin/cli -i demo"
17 },
18 "bin": {
19 "image2d-cli": "bin/cli"
20 },
21 "keywords": [
22 "image",
23 "algorithm",
24 "svg",
25 "canvas"
26 ],
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/yelloxing/image2D.git"
30 },
31 "author": "心叶",
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/yelloxing/image2D/issues"
35 },
36 "homepage": "https://yelloxing.github.io/image2D/index.html",
37 "browserslist": [
38 "> 1%",
39 "last 2 versions",
40 "ie > 8",
41 "chrome >= 61",
42 "firefox >= 65"
43 ],
44 "devDependencies": {
45 "babel-core": "^6.26.0",
46 "babel-plugin-transform-class-properties": "^6.24.1",
47 "babel-preset-es2015": "^6.24.1",
48 "babelify": "^8.0.0",
49 "rollup": "^1.17.0",
50 "rollup-plugin-commonjs": "^10.1.0",
51 "rollup-plugin-node-resolve": "^5.2.0",
52 "uglify-js": "^3.5.6"
53 },
54 "dependencies": {
55 "@yelloxing/core.js": "^0.3.7",
56 "cuf": "^1.2.0"
57 }
58}
\No newline at end of file