加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bower.json 446 Bytes
一键复制 编辑 原始数据 按行查看 历史
老缠头 提交于 2013-11-10 19:52 . add base.css
{
"name": "scaffold",
"version": "0.1.0",
"authors": [
"Ronnie <agustine103@gmail.com>"
],
"description": "test scaffold",
"main": "src/main.css",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": ">=1.10.2",
"backbone": ">=1.1.0",
"underscore": ">=1.5.2",
"iscroll": "4.2.5",
"normalize-css": ">=2.1.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化