12 lines
259 B
JSON
12 lines
259 B
JSON
|
{
|
||
|
"name": "delay",
|
||
|
"version": "0.0.1",
|
||
|
"description": "Promise-based setTimeout wrapper function",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "sixteenmillimeter",
|
||
|
"license": "MIT"
|
||
|
}
|