forked from base-apps/angular-base-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·50 lines (50 loc) · 1.09 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
49
50
{
"name": "angular-base-apps",
"version": "2.0.6",
"main": [
"scss/base.scss",
"dist/js/base-apps.js"
],
"dependencies": {
"viewport-units-buggyfill": "~0.4.1",
"tether": "~0.6.5",
"fastclick": "~1.0.6",
"angular": "1.3.x - 1.5.x",
"angular-animate": "1.3.x - 1.5.x",
"hammerjs": "~2.0.4"
},
"homepage": "https://github.com/base-apps/angular-base-apps",
"description": "A responsive, Angular-powered framework for web apps.",
"keywords": [
"web apps",
"responsive design",
"angular",
"base apps"
],
"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-ui-router": "~0.3.0",
"angular-mocks": "1.3.x - 1.5.x",
"angular-highlightjs": "~0.4.3",
"allmighty-autocomplete": "*",
"marked": "~0.3.2",
"jsdiff": "~1.0.8",
"bootcamp": "~1.1.7",
"highlightjs": "~9.5.0"
}
}