cloudcmd/modules/smalltalk/.bower.json
2016-10-20 15:33:57 +03:00

37 lines
No EOL
777 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": {},
"version": "2.1.3",
"_release": "2.1.3",
"_resolution": {
"type": "version",
"tag": "v2.1.3",
"commit": "9914a8d9d581af0594e140c2d1af92892a626c94"
},
"_source": "https://github.com/coderaiser/smalltalk.git",
"_target": "2.1.3",
"_originalSource": "smalltalk"
}