You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
363 B
20 lines
363 B
{
|
|
"name": "nprogress",
|
|
"repo": "rstacruz/nprogress",
|
|
"description": "slim progress bar",
|
|
"version": "0.2.0",
|
|
"keywords": ["progress","bar","spinner"],
|
|
"development": {
|
|
"chaijs/chai": "*",
|
|
"visionmedia/mocha": "*"
|
|
},
|
|
"license": "MIT",
|
|
"main": "nprogress.js",
|
|
"scripts": [
|
|
"nprogress.js"
|
|
],
|
|
"styles": [
|
|
"nprogress.css"
|
|
]
|
|
}
|