Files
cdnjs/ajax/libs/queue-async/package.json
T
Misha Koryak 112560b4d0 The following libs were updated:
Faker, angular-ui-router, backbone-associations, backbone-react-component, bean, bignumber.js, blueimp-gallery, chroma-js, crossfilter, crossroads, cubism, dc, depot, dropzone, es5-shim, eve.js, font-awesome, jsoneditor, jszip, klass, knockback, leapjs, minitranslate, moment-timezone, primish, queue-async, qwery, reqwest, reveal.js, rickshaw, sass.js, shred, speakingurl, stapes, string_score, typeahead.js, underscore.string, vega

They were verified as fully matching contents of cdnjs in npm version and individual files were compared with md5 to show no differences.
2014-04-18 14:10:09 -04:00

37 lines
704 B
JSON
Executable File

{
"name": "queue-async",
"version": "1.0.4",
"description": "A little helper for asynchronous JavaScript.",
"filename": "queue.min.js",
"keywords": [
"asynchronous",
"async",
"queue"
],
"author": {
"name": "Mike Bostock",
"url": "http://bost.ocks.org/mike"
},
"repository": {
"type": "git",
"url": "https://github.com/mbostock/queue.git"
},
"main": "queue.js",
"devDependencies": {
"uglify-js": "~2.2.5",
"vows": "~0.7.0"
},
"scripts": {
"test": "node_modules/.bin/vows; echo"
},
"npmName": "queue-async",
"npmFileMap": [
{
"basePath": "/",
"files": [
"queue.min.js",
"queue.js"
]
}
]
}