1 Star 1 Fork 0

jeArts/nprogress

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 848 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rico Sta. Cruz 提交于 2015-07-04 10:44 . Track script errors in mocha html
{
"name": "nprogress",
"author": "Rico Sta. Cruz <hi@ricostacruz.com>",
"description": "Simple slim progress bars",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/rstacruz/nprogress.git"
},
"scripts": {
"test": "mocha"
},
"main": "nprogress.js",
"license": "MIT",
"devDependencies": {
"chai": "~1.6.1",
"jquery": "^2.1.1",
"jsdom": "^5.4.3",
"mocha": "^2.2.4",
"mocha-jsdom": "^0.3.0"
},
"dependencies": {},
"jspm": {
"format": "global",
"shim": {
"nprogress": {
"deps": [
"./nprogress.css!"
]
}
},
"dependencies": {
"css": "*"
}
},
"spm": {
"main": "nprogress.js",
"output": [
"nprogress.css"
],
"ignore": [
"support",
"test",
"vendor"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/arts1986/nprogress.git
git@gitee.com:arts1986/nprogress.git
arts1986
nprogress
nprogress
master

搜索帮助