19 lines
360 B
JSON
19 lines
360 B
JSON
{
|
|
"name": "lie",
|
|
"version": "3.0.1",
|
|
"description": "A minimal and fast promise implementation",
|
|
"repo": "calvinmetcalf/lie",
|
|
"keywords": [],
|
|
"development": {},
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"scripts": [
|
|
"lib/index.js",
|
|
"polyfill.js",
|
|
],
|
|
"dependencies": {
|
|
"calvinmetcalf/immediate": "3.0.4"
|
|
},
|
|
"remotes": []
|
|
}
|