mirror of
https://github.com/AmberGraceRblx/luau-promise.git
synced 2025-04-24 15:50:01 +00:00
30 lines
779 B
JSON
30 lines
779 B
JSON
{
|
|
"name": "roblox-lua-promise",
|
|
"version": "0.0.0",
|
|
"description": "An implementation of `Promise` similar to Promise/A+.",
|
|
"main": "-",
|
|
"directories": {
|
|
"lib": "lib"
|
|
},
|
|
"dependencies": {
|
|
"gh-pages": "^2.1.1",
|
|
"vuepress": "^1.7.1",
|
|
"vuepress-plugin-api-docs-generator": "^1.0.19"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev .",
|
|
"docs:build": "vuepress build .",
|
|
"docs:publish": "gh-pages -d ./.vuepress/dist"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/evaera/roblox-lua-promise.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/evaera/roblox-lua-promise/issues"
|
|
},
|
|
"homepage": "https://github.com/evaera/roblox-lua-promise#readme"
|
|
}
|