You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
738 B
34 lines
738 B
{
|
|
"name": "map-async",
|
|
"version": "0.1.1",
|
|
"description": "Asynchronously map over a list",
|
|
"keywords": [],
|
|
"author": "Raynos <raynos2@gmail.com>",
|
|
"repository": "git://github.com/Raynos/map-async.git",
|
|
"main": "index",
|
|
"homepage": "https://github.com/Raynos/map-async",
|
|
"contributors": [
|
|
{
|
|
"name": "Jake Verbaten"
|
|
}
|
|
],
|
|
"bugs": {
|
|
"url": "https://github.com/Raynos/map-async/issues",
|
|
"email": "raynos2@gmail.com"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"tap": "~0.3.1",
|
|
"sinon": "~1.4.2"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/Raynos/map-async/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test": "tap --stderr --tap ./test"
|
|
}
|
|
}
|