You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
419 B
JSON
18 lines
419 B
JSON
{
|
|
"name": "@joepie91/promise-defer",
|
|
"version": "1.0.1",
|
|
"description": "Small utility function for creating a defer",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js",
|
|
"example.js",
|
|
"README.md"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": ["promise", "async", "defer"],
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "WTFPL OR CC0-1.0"
|
|
}
|