-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
38 lines (38 loc) · 839 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
{
"name": "memories",
"version": "0.0.0",
"homepage": "https://github.com/Kingles/memories",
"authors": [
"m.emori.es team"
],
"main": "public/js/memapp.js",
"moduleType": [
"amd"
],
"license": "private",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"angular-mocks": "~1.2.25",
"sinon": "~1.10.3",
"jasmine-sinon": "0.3.2",
"jasmine-matchers": "0.2.2"
},
"dependencies": {
"angular": "~1.2.25",
"angular-resource": "~1.2.25",
"angular-ui-router": "~0.2.11",
"requirejs": "~2.1.15",
"angular-cookies": "~1.2.25",
"font-awesome": "~4.2.0",
"bootstrap-sass-official": "~3.2.0",
"angular-fontawesome": "~0.1.2",
"angular-ui-utils": "~0.1.1",
"angular-bootstrap": "~0.11.0"
}
}