21 lines
394 B
JSON
21 lines
394 B
JSON
{
|
|
"name": "dank-do-while",
|
|
"version": "0.1.2",
|
|
"description": "An asynchronous do-while-like function",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "nodeunit test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/wankdanker/node-dank-do-while.git"
|
|
},
|
|
"keywords": [
|
|
"do",
|
|
"while",
|
|
"async"
|
|
],
|
|
"author": "Dan VerWeire",
|
|
"license": "MIT"
|
|
}
|