image2d
Version:
🍇 使用ECMAScript绘制二维图片。Drawing Two-Dimensional Pictures Using ECMAScript.
46 lines (45 loc) • 1.5 kB
JSON
{
"name": "image2d",
"version": "1.8.12",
"description": "🍇 使用ECMAScript绘制二维图片。Drawing Two-Dimensional Pictures Using ECMAScript.",
"main": "build/image2D.min.js",
"scripts": {
"start": "npm install && npm run build",
"build": "npm run build:init && npm run build:bundle && npm run build:babel && npm run build:uglifyjs && npm run build:end",
"build:init": "cuf --config ./cuf.config.js init",
"build:end": "cuf --config ./cuf.config.js end",
"build:bundle": "cuf --config ./cuf.config.js bundle",
"build:babel": "cuf --config ./cuf.config.js babel",
"build:uglifyjs": "cuf --config ./cuf.config.js uglifyjs",
"server": "cuf --server 30000"
},
"keywords": [
"image",
"algorithm",
"svg",
"canvas",
"tree",
"js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yelloxing/image2D.git"
},
"author": "心叶(yelloxing@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yelloxing/image2D/issues"
},
"homepage": "https://yelloxing.gitee.io/image2d/index.html",
"devDependencies": {
"@yelloxing/core.js": "^0.3.7",
"babel-core": "^6.26.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"cuf": "^1.2.0",
"rollup": "^1.17.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"uglify-js": "^3.5.6"
}
}