We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00ee008 commit 0e17c3eCopy full SHA for 0e17c3e
3 files changed
.bowerrc
@@ -0,0 +1,3 @@
1
+{
2
+ "directory": "app/bower_components"
3
+}
.gitignore
@@ -0,0 +1,7 @@
+bower_components/
+node_modules/
+**/.sass-cache
4
+**/.sass-cache/*
5
+**.sass-cache**
6
+*.sassc
7
+.sass-cache
bower.json
@@ -0,0 +1,22 @@
+ "name": "angularfromstrach",
+ "version": "0.0.1",
+ "dependencies": {
+ "respond": "~1.4.2",
+ "es5-shim": "~4.0.5",
+ "json3": "~3.3",
8
+ "jquery": "~1.11.0",
9
+ "bootstrap": "3.3.2",
10
+ "angular": "~1.2",
11
+ "angular-resource": "~1.2",
12
+ "angular-sanitize": "~1.2",
13
+ "angular-route": "~1.2",
14
+ "angular-touch": "~1.2",
15
+ "angular-animate": "~1.2",
16
+ "angular-carousel": "0.2.2",
17
+ "angular-i18n": "1.2.23",
18
+ "fastclick": "1.0.3"
19
+ },
20
+ "devDependencies": {
21
+ }
22
0 commit comments