mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 04:46:00 +10:00
38 lines
705 B
JSON
38 lines
705 B
JSON
{
|
|
"name": "queue-async",
|
|
"version": "1.0.7",
|
|
"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"
|
|
]
|
|
}
|
|
]
|
|
}
|