-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·37 lines (37 loc) · 957 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
{
"name": "i-love-knitting",
"description": "Simple one page app site",
"main": "",
"authors": [
"Maxim Grishkov <[email protected]>"
],
"license": "MIT",
"homepage": "https://github.com/massimo-ua/i-love-knitting",
"moduleType": [
"node"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/bower_components",
"test",
"tests"
],
"dependencies": {
"angular-mocks": "^1.5.0",
"angular-resource": "^1.5.0",
"angular-sanitize": "^1.5.0",
"angular-translate": "^2.11.0",
"angular-ui-router": "^0.2.18",
"satellizer": "^0.14.1",
"angular-file-upload": "^2.2.0",
"angular-animate": "^1.5.5",
"sha256": "https://cdnjs.cloudflare.com/ajax/libs/crypto-js/3.1.2/rollups/sha256.js",
"font-awesome": "^4.6.3",
"angular-ui-tinymce": "^0.0.16",
"tinymce": "tinymce-dist#4.3.12",
"angular-translate-loader-static-files": "^2.11.0"
}
}