2024-10-11 17:40:21 +08:00

45 lines
1.1 KiB
JSON

{
"name": "@jiaminghi/bezier-curve",
"version": "0.0.9",
"author": "JiaMing <743192023@qq.com>",
"description": "Bezier curve extension",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/jiaming743/BezierCurve.git"
},
"scripts": {
"build": "node build/index.js",
"prepublish": "npm run build",
"deploy": "node deploy/index.js",
"test": "mocha"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jiaming743/BezierCurve/issues"
},
"keywords": [
"bezierCurve",
"polyline",
"smoothline",
"length"
],
"homepage": "https://github.com/jiaming743/BezierCurve#readme",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/register": "^7.4.4",
"@jiaminghi/fs": "^0.0.2",
"browserify": "^16.5.0",
"chai": "^4.2.0",
"ftp": "^0.3.10",
"mocha": "^6.1.4",
"uglifyjs": "^2.4.11"
},
"dependencies": {
"@babel/runtime": "^7.5.5"
}
}