cloudcmd/modules/smalltalk/.bower.json
2016-05-11 11:13:24 +03:00

41 lines
No EOL
854 B
JSON

{
"name": "smalltalk",
"version": "1.6.8",
"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": {},
"_release": "1.6.8",
"_resolution": {
"type": "version",
"tag": "v1.6.8",
"commit": "5987bdf6249185738eff1ce84486ceed866aa721"
},
"_source": "https://github.com/coderaiser/smalltalk.git",
"_target": "^1.6.8",
"_originalSource": "smalltalk",
"_direct": true
}