mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-16 00:06:15 +10:00
28 lines
551 B
JSON
Executable File
28 lines
551 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"
|
|
}
|
|
}
|