forked from hackmcgill/McHacks-Registration
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 860 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 860 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "jafrs",
"version": "0.0.0",
"homepage": "https://github.com/techx/hackmit-registration",
"authors": [
"Edwin Zhang <[email protected]>"
],
"description": "just another frickin reg system",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/client/plugins",
"test",
"tests"
],
"dependencies": {
"aws-sdk-js": "~2.100.0",
"semantic-ui": "~2.0.0",
"jquery": "~2.1.4",
"animate.css": "~3.3.0",
"angular": "~1.4.1",
"angular-ui-router": "~0.2.15",
"angular-animate": "~1.4.1",
"sweetalert": "~1.0.1",
"moment": "~2.10.3",
"showdown": "~1.2.1",
"angular-translate": "^2.17.0",
"angular-translate-loader-url": "^2.17.0",
"angular-translate-loader-static-files": "^2.17.0",
"angular-translate-loader-partial": "^2.17.0"
}
}