cloudcmd/modules/smalltalk/.bower.json
2016-01-10 07:53:04 -05:00

41 lines
No EOL
852 B
JSON

{
"name": "smalltalk",
"version": "1.6.5",
"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.5",
"_resolution": {
"type": "version",
"tag": "v1.6.5",
"commit": "b372f0ff4b8315f65130d63284015c32f2f00b12"
},
"_source": "git://github.com/coderaiser/smalltalk.git",
"_target": "~1.6.5",
"_originalSource": "smalltalk",
"_direct": true
}