cloudcmd/modules/smalltalk/bower.json
2016-07-25 19:33:40 +03:00

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