mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
34 lines
698 B
JSON
34 lines
698 B
JSON
{
|
|
"name": "chainloading",
|
|
"version": "0.2.1",
|
|
"description": "Allows you to chain together jQuery deferreds or functions",
|
|
"main": "chainLoading.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "nodeunit tests"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/fastest963/ChainLoading.git"
|
|
},
|
|
"keywords": [
|
|
"deferred",
|
|
"deferreds",
|
|
"chain",
|
|
"loading"
|
|
],
|
|
"author": "James Hartig <fastest963@gmail.com>",
|
|
"license": "BSD",
|
|
"readmeFilename": "README.md",
|
|
"npmName": "chainloading",
|
|
"npmFileMap": [{
|
|
"basePath": "/",
|
|
"files": [
|
|
"chainloading.min.js"
|
|
]
|
|
}],
|
|
"filename": "chainloading.min.js"
|
|
}
|