Skip to content

Commit e0cf309

Browse files
committed
Added email form
1 parent dfa7b4c commit e0cf309

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+16385
-41
lines changed

bower.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
],
1919
"dependencies": {
2020
"normalize-css": "~3.0.2",
21-
"jquery": "~2.1.1"
21+
"jquery": "~2.1.1",
22+
"sweetalert": "~0.4.1",
23+
"remodal": "~0.5.0",
24+
"firebase": "~2.1.2"
2225
}
2326
}

bower_components/firebase/.bower.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "firebase",
3+
"version": "2.1.2",
4+
"homepage": "https://firebase.com",
5+
"authors": [
6+
"Firebase <operations@firebase.com>"
7+
],
8+
"description": "Firebase Web Client",
9+
"main": "firebase.js",
10+
"keywords": [
11+
"Firebase",
12+
"synchronization",
13+
"real-time",
14+
"websocket"
15+
],
16+
"license": "MIT",
17+
"private": false,
18+
"ignore": [
19+
"**/.*",
20+
"node_modules",
21+
"bower_components",
22+
"test",
23+
"tests"
24+
],
25+
"_release": "2.1.2",
26+
"_resolution": {
27+
"type": "version",
28+
"tag": "v2.1.2",
29+
"commit": "a0c23cc0572deb8e6112cb392b39f7a6023daf73"
30+
},
31+
"_source": "git://github.com/firebase/firebase-bower.git",
32+
"_target": "~2.1.2",
33+
"_originalSource": "firebase",
34+
"_direct": true
35+
}

bower_components/firebase/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
firebase-bower
2+
==============
3+
4+
To use firebase via bower, do:
5+
6+
bower install firebase
7+
8+
NOTE: This repo is automatically generated and is not monitored for issues / pull requests. Please contact support@firebase.com for any bugs/suggestions on Firebase or the bower module.
9+
10+
LICENSE - Refer to: https://www.firebase.com/terms/terms-of-service.html

bower_components/firebase/bower.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "firebase",
3+
"version": "2.1.2",
4+
"homepage": "https://firebase.com",
5+
"authors": [
6+
"Firebase <operations@firebase.com>"
7+
],
8+
"description": "Firebase Web Client",
9+
"main": "firebase.js",
10+
"keywords": [
11+
"Firebase",
12+
"synchronization",
13+
"real-time",
14+
"websocket"
15+
],
16+
"license": "MIT",
17+
"private": false,
18+
"ignore": [
19+
"**/.*",
20+
"node_modules",
21+
"bower_components",
22+
"test",
23+
"tests"
24+
]
25+
}

0 commit comments

Comments
 (0)