cloudcmd/modules/smalltalk/.bower.json
2016-08-08 21:28:28 +03:00

38 lines
No EOL
797 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.2",
"_release": "2.1.2",
"_resolution": {
"type": "version",
"tag": "v2.1.2",
"commit": "3347d250e0e5da3b1aa7afcf2b9b3a50d9a48064"
},
"_source": "https://github.com/coderaiser/smalltalk.git",
"_target": "^2.1.2",
"_originalSource": "smalltalk",
"_direct": true
}