-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 933 Bytes
/
bower.json
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
40
41
42
43
{
"name": "Atra",
"main": "index.js",
"version": "0.0.0",
"homepage": "https://github.com/MISTAegis/Atra",
"authors": [
"AtraCaelus <[email protected]>"
],
"description": "Realtime projects on the web",
"keywords": [
"Node.js",
"Express.js",
"Angular.js",
"JavaScript",
"JQuery",
"Socket.io",
"MongoDB"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.4",
"jquery-ui": "~1.11.4",
"underscore": "~1.8.3",
"cropper": "~0.10.0",
"angular": "~1.4.1",
"angular-bootstrap": "~0.13.0",
"angular-resource": "~1.4.1",
"angular-ui-router": "~0.2.15",
"angular-toastr": "~1.4.1",
"angular-animate": "~1.4.1",
"angular-loading-bar": "~0.8.0",
"angular-validation-match": "~1.5.1",
"textAngular": "~1.4.1"
}
}