加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bower.json 512 Bytes
一键复制 编辑 原始数据 按行查看 历史
Putinas Piliponis 提交于 2017-02-06 16:41 . Update bower.json
{
"name": "raphael",
"main": "raphael.js",
"description": "JavaScript Vector Library",
"dependencies": {
"eve-raphael": "0.5.0"
},
"devDependencies": {
"requirejs": "2.3.2"
},
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": ["svg", "vml", "javascript"],
"authors": [
"Dmitry Baranovskiy"
],
"license": "MIT",
"ignore": [
"**/.*",
"*.html",
"*.json",
"*.markdown",
"*.md",
"copy.js",
"Gruntfile.js",
"reference.js"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化