cloudcmd/modules/smalltalk/.bower.json
2017-07-10 12:43:50 +03:00

39 lines
No EOL
822 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",
"webpack.config.js"
],
"dependencies": {},
"version": "2.4.1",
"_release": "2.4.1",
"_resolution": {
"type": "version",
"tag": "v2.4.1",
"commit": "1c993e63d5228568515378487ef44069cce55911"
},
"_source": "https://github.com/coderaiser/smalltalk.git",
"_target": "^2.4.1",
"_originalSource": "smalltalk",
"_direct": true
}