forked from tenderloin-tech/proximate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·39 lines (39 loc) · 967 Bytes
/
bower.json
File metadata and controls
executable file
·39 lines (39 loc) · 967 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
35
36
37
38
39
{
"name": "proximate",
"version": "0.1.0",
"homepage": "https://github.com/tenderloin-tech/proximate",
"description": "Automated attendance tracking for your space",
"main": "server.js",
"authors": [
"Derek Ryan Barncard",
"Valentyn Boginskey",
"Avi Dunn",
"Sebastian Tonkin"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.7",
"angular-ui-router": "~0.2.13",
"angular-moment": "~0.8.3",
"semantic-ui-table": "*",
"angular-animate": "~1.3.8",
"semantic-ui-menu": "~1.0.0",
"semantic-ui-form": "~1.0.0",
"ng-table": "~0.3.3",
"underscore": "~1.7.0",
"semantic-ui-icon": "~1.0.0",
"semantic-ui-button": "~1.0.0",
"semantic-ui-input": "~1.0.0",
"semantic-ui-label": "~1.0.0",
"moment-duration-format": "~1.3.0",
"semantic-ui-loader": "~1.0.0"
}
}