mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
27 lines
492 B
JSON
27 lines
492 B
JSON
{
|
|
"name": "smalltalk",
|
|
"homepage": "https://github.com/coderaiser/smalltalk",
|
|
"authors": [
|
|
"coderaiser <mnemonic.enemy@gmail.com>"
|
|
],
|
|
"description": "Promise-based Alert, Confirm and Prompt replacement",
|
|
"main": "dist/smalltalk.min.js",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"keywords": [
|
|
"modal",
|
|
"alert",
|
|
"prompt",
|
|
"confirm"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"screen",
|
|
"example",
|
|
"test"
|
|
],
|
|
"dependencies": {}
|
|
}
|