14 lines
328 B
JSON
14 lines
328 B
JSON
|
{
|
||
|
"name": "asap",
|
||
|
"version": "1.0.0",
|
||
|
"description": "High-priority task queue for Node.js and browsers",
|
||
|
"keywords": ["event", "task", "queue"],
|
||
|
"licenses": [
|
||
|
{
|
||
|
"type": "MIT",
|
||
|
"url": "https://github.com/kriskowal/asap/raw/master/LICENSE.md"
|
||
|
}
|
||
|
],
|
||
|
"main": "asap"
|
||
|
}
|