luau-promise/package.json
2020-12-01 20:26:32 -05:00

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"
}