加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "raphael",
"version": "2.3.0",
"description": "JavaScript Vector Library",
"main": "raphael.min.js",
"author": {
"name": "Dmitry Baranovskiy"
},
"contributors": [
{
"name": "Tomas Alabes",
"url": "https://github.com/tomasAlabes"
}
],
"dependencies": {
"eve-raphael": "0.5.0"
},
"devDependencies": {
"qunitjs": "^1.0.0",
"webpack": "4.39.2",
"webpack-cli": "3.3.6"
},
"scripts": {
"start": "yarn build-all",
"dev": "webpack -d",
"build-src": "webpack -d --devtool none",
"build-no-deps": "webpack --env.noDeps -d --devtool none --output-filename raphael.no-deps.js",
"build-no-deps-min": "webpack --env.noDeps -p --output-filename raphael.no-deps.min.js",
"build-prod": "webpack -p --output-filename raphael.min.js",
"build-all": "yarn build-src && yarn build-no-deps && yarn build-no-deps-min && yarn build-prod",
"test": "echo \"Open dev/test/index.html with your browser\" && exit 1",
"prepublishOnly": "yarn build-all"
},
"repository": {
"type": "git",
"url": "git://github.com/DmitryBaranovskiy/raphael.git"
},
"bugs": {
"url": "https://github.com/DmitryBaranovskiy/raphael/issues"
},
"keywords": [
"svg",
"vml",
"javascript"
],
"homepage": "http://dmitrybaranovskiy.github.io/raphael/",
"license": "MIT"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化