Skip to content

Commit 0e17c3e

Browse files
committed
Bower y git ignore
Preparando archivos base para el desarrollo
1 parent 00ee008 commit 0e17c3e

3 files changed

Lines changed: 32 additions & 0 deletions

File tree

.bowerrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "app/bower_components"
3+
}

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
bower_components/
2+
node_modules/
3+
**/.sass-cache
4+
**/.sass-cache/*
5+
**.sass-cache**
6+
*.sassc
7+
.sass-cache

bower.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "angularfromstrach",
3+
"version": "0.0.1",
4+
"dependencies": {
5+
"respond": "~1.4.2",
6+
"es5-shim": "~4.0.5",
7+
"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

Comments
 (0)