cloudcmd/modules/smalltalk/.bower.json
2017-02-24 10:37:34 +02: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.0",
"_release": "2.2.0",
"_resolution": {
"type": "version",
"tag": "v2.2.0",
"commit": "150c70746faa991c18f8d34417da9172ba87e586"
},
"_source": "https://github.com/coderaiser/smalltalk.git",
"_target": "^2.2.0",
"_originalSource": "smalltalk",
"_direct": true
}