-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 809 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
{
"name": "novelist",
"description": "An app of group-written novels.",
"main": "server.js",
"authors": [
"Alfredo Maria Milano",
"Alicia Pearse",
"Ajay Lard",
"Sam Younger"
],
"license": "ISC",
"keywords": [
"Amazing"
],
"moduleType": [],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.5.7",
"angular-ui-router": "~0.3.1",
"angular-resource": "~1.5.7",
"angular-jwt": "^0.0.9",
"bootstrap": "^3.3.7",
"angular-messages": "^1.5.8",
"jquery": "^3.1.1",
"angular-contenteditable": "^0.3.8",
"angular-moment": "^0.10.3",
"angular-socialshare": "angularjs-socialshare#^2.3.1"
},
"resolutions": {
"angular": "1.5.8"
}
}