Skip to content

Commit 7d89fe3

Browse files
author
Faris Chebib
committed
added bower.json
1 parent 94d7322 commit 7d89fe3

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@
33
# sublime
44
*.sublime-*
55
_site
6+
static/bower_components
67

static/bower.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "utahpython",
3+
"version": "0.0.0",
4+
"homepage": "https://github.com/utahpython/utahpython.github.com",
5+
"authors": [
6+
"Faris Chebib <[email protected]>"
7+
],
8+
"description": "Packages for utah python",
9+
"license": "MIT",
10+
"ignore": [
11+
"**/.*",
12+
"node_modules",
13+
"bower_components",
14+
"test",
15+
"tests"
16+
],
17+
"dependencies": {
18+
"angular-ui-router": "~0.2.13"
19+
}
20+
}

0 commit comments

Comments
 (0)