mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
31 lines
571 B
JSON
31 lines
571 B
JSON
{
|
|
"name": "smalltalk",
|
|
"version": "1.6.2",
|
|
"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": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"modules",
|
|
"test",
|
|
"tests",
|
|
"screen"
|
|
],
|
|
"dependencies": {}
|
|
}
|