We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94d7322 commit 7d89fe3Copy full SHA for 7d89fe3
.gitignore
@@ -3,4 +3,5 @@
3
# sublime
4
*.sublime-*
5
_site
6
+static/bower_components
7
static/bower.json
@@ -0,0 +1,20 @@
1
+{
2
+ "name": "utahpython",
+ "version": "0.0.0",
+ "homepage": "https://github.com/utahpython/utahpython.github.com",
+ "authors": [
+ "Faris Chebib <[email protected]>"
+ ],
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