Files
2014-11-07 15:15:27 -05:00

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"
}