forked from millerbrands/soysaucejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 819 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "soysaucejs",
"title": "SoysauceJS",
"description": "Integrate widgets into your site to create an elegant UX; Image carousels, togglers, autofill city/state from zip, and more.",
"version": "1.3.21-beta.2",
"main": "./public/soysauce.js",
"styles": [
"./public/soysauce.css"
],
"dependencies": {
"jquery": "~1.9.1",
"fastclick": "0.6.11"
},
"homepage": "http://www.soysaucejs.com/",
"authors": [
"Edward Gaba <egaba88@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"site",
"rakefile.rb",
"Gemfile",
"Gemfile.lock",
"config",
"README.md",
"config.rb",
"license.txt",
"public/javascript/*.gz",
"public/javascript/site.min.js",
"assets"
]
}