forked from zurb/foundation-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·41 lines (41 loc) · 862 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
38
39
40
41
{
"name": "foundation-apps",
"version": "0.0.1",
"main": [
"scss/foundation.scss",
"js/angular/app.js"
],
"dependencies": {
"viewport-units-buggyfill": "~0.4.1",
"tether": "~0.6.5",
"fastclick": "~1.0.3",
"angular": "~1.3.2",
"ui-router": "~0.2.12",
"angular-animate": "~1.3.2",
"angular-mocks": "~1.3.2",
"marked": "~0.3.2",
"jsdiff": "~1.0.8"
},
"homepage": "https://github.com/zurb/foundation-apps",
"description": "A responsive, Angular-powered web apps framework from ZURB.",
"keywords": [
"web apps",
"responsive design",
"angular"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"docs",
"Docs",
"build",
"gulpfile.js",
"karma.conf.js",
"package.json",
"tests",
"variables.md"
]
}