first commit
This commit is contained in:
54
public/bower_components/vex/.bower.json
vendored
Executable file
54
public/bower_components/vex/.bower.json
vendored
Executable file
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "vex",
|
||||
"version": "2.3.4",
|
||||
"homepage": "http://github.hubspot.com/vex/docs/welcome",
|
||||
"authors": [
|
||||
"Adam Schwartz <aschwartz@hubspot.com>"
|
||||
],
|
||||
"description": "Beautiful, functional, dialogs in Javascript",
|
||||
"main": [
|
||||
"js/vex.js",
|
||||
"js/vex.dialog.js",
|
||||
"js/vex.combined.js",
|
||||
"css/vex.css",
|
||||
"css/vex-theme-bottom-right-corner.css",
|
||||
"css/vex-theme-default.css",
|
||||
"css/vex-theme-flat-attack.css",
|
||||
"css/vex-theme-os.css",
|
||||
"css/vex-theme-plain.css",
|
||||
"css/vex-theme-top.css",
|
||||
"css/vex-theme-wireframe.css"
|
||||
],
|
||||
"keywords": [
|
||||
"dialog",
|
||||
"modal",
|
||||
"client-side",
|
||||
"javascript",
|
||||
"css",
|
||||
"themes",
|
||||
"alert",
|
||||
"confirm",
|
||||
"prompt"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"docs",
|
||||
".gitignore",
|
||||
".hsdoc",
|
||||
"Gruntfile.coffee",
|
||||
"component.json",
|
||||
"package.json"
|
||||
],
|
||||
"_release": "2.3.4",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v2.3.4",
|
||||
"commit": "d208e620caed97ce003777a34af8499530cc8a06"
|
||||
},
|
||||
"_source": "https://github.com/HubSpot/vex.git",
|
||||
"_target": "2.3.4",
|
||||
"_originalSource": "vex",
|
||||
"_direct": true
|
||||
}
|
||||
Reference in New Issue
Block a user