cloudcmd/modules/smalltalk/.bower.json
2017-05-10 16:55:38 +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.2.1",
"_release": "2.2.1",
"_resolution": {
"type": "version",
"tag": "v2.2.1",
"commit": "6f932632431f39e2646d9a9c3551c12f45d56971"
},
"_source": "https://github.com/coderaiser/smalltalk.git",
"_target": "^2.2.1",
"_originalSource": "smalltalk",
"_direct": true
}