aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
diff options
context:
space:
mode:
authorTeddy Wing2015-01-23 22:58:25 -0500
committerTeddy Wing2015-01-24 04:17:19 -0500
commitf4f60fdccc582878021b764b8a746185da542a49 (patch)
tree32fdbb6699b26ce284a513963223690007550557 /bower.json
parent4432d0b7d1d2ee43258c6147f0881af923d07312 (diff)
downloadNotes-angular-demo-f4f60fdccc582878021b764b8a746185da542a49.tar.bz2
Create .bowerrc & bower.json, install Angular
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..1a88511
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,8 @@
+{
+ "name": "angular-demo",
+ "version": "0.0.1",
+ "private": true,
+ "dependencies": {
+ "angular": "~1.3.10"
+ }
+}