36 lines
653 B
JSON
36 lines
653 B
JSON
{
|
|
"name": "PACE",
|
|
"main": "pace.js",
|
|
"version": "1.0.2",
|
|
"homepage": "http://github.hubspot.com/pace/docs/welcome",
|
|
"authors": [
|
|
"Zack Bloom <zackbloom@gmail.com>",
|
|
"Adam Schwartz <adam.flynn.schwartz@gmail.com>"
|
|
],
|
|
"description": "Automatic page load progress bar",
|
|
"keywords": [
|
|
"loading",
|
|
"load",
|
|
"pageload",
|
|
"progress",
|
|
"activity",
|
|
"ajax",
|
|
"spinner",
|
|
"progress",
|
|
"bar",
|
|
"automatic",
|
|
"client-side"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
".*",
|
|
"Gruntfile.coffee",
|
|
"bower_components",
|
|
"docs",
|
|
"node_modules",
|
|
"package.json",
|
|
"templates",
|
|
"tests"
|
|
]
|
|
}
|