mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
25 lines
582 B
JSON
25 lines
582 B
JSON
{
|
|
"name": "pace",
|
|
"version": "1.0.2",
|
|
"description": "Automatic page load progress bar",
|
|
"authors": [
|
|
"Zack Bloom <zackbloom@gmail.com>",
|
|
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
|
|
],
|
|
"license": "MIT",
|
|
"main": "pace.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/HubSpot/pace.git"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-contrib-coffee": "~0.7.0",
|
|
"coffee-script": "~1.6.3",
|
|
"grunt-contrib-uglify": "~0.2.4",
|
|
"grunt-cli": "~0.1.9",
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"color": "~0.4.4"
|
|
}
|
|
}
|