-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (35 loc) · 741 Bytes
/
bower.json
File metadata and controls
36 lines (35 loc) · 741 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
{
"name": "gitftp",
"description": "",
"main": "index.js",
"authors": [
"Boniface Pereira"
],
"license": "MIT",
"keywords": [
],
"homepage": "https://github.com/gitftp/gitftp.github.io",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.7",
"jquery": "^3.2.1",
"moment": "^2.18.1",
"angular-moment": "^1.0.1",
"angular": "^1.6.3",
"angular-animate": "^1.6.3",
"angular-route": "^1.6.3",
"angular-sanitize": "^1.6.3",
"ngstorage": "^0.3.11",
"angular-confirm": "angular-confirm1#^1.1.0",
"Waves": "waves#^0.7.5",
"script.js": "^2.5.8",
"noty": "^2.4.1"
}
}