forked from zurb/foundation-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·48 lines (48 loc) · 1.07 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "foundation-apps",
"main": [
"scss/foundation.scss",
"dist/js/foundation-apps.js",
"dist/js/foundation-apps-templates.js"
],
"dependencies": {
"viewport-units-buggyfill": "~0.4.1",
"tether": "~0.6.5",
"fastclick": "~1.0.6",
"angular": "1.3.x - 1.4.x",
"angular-ui-router": "~0.2.12",
"angular-animate": "~1.4.7",
"hammerjs": "~2.0.4"
},
"homepage": "https://github.com/zurb/foundation-apps",
"description": "A responsive, Angular-powered framework for web apps from ZURB.",
"keywords": [
"web apps",
"responsive design",
"angular"
],
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"build",
"docs",
"node_modules",
"tests",
"CONTRIBUTING.md",
"Gemfile",
"Gemfile.lock",
"gulpfile.js",
"karma.conf.js",
"package.json",
"scss/_includes.scss"
],
"devDependencies": {
"angular-mocks": "~1.4.7",
"angular-highlightjs": "~0.4.3",
"allmighty-autocomplete": "*",
"marked": "~0.3.2",
"jsdiff": "~1.0.8",
"bootcamp": "~1.1.7"
}
}