-
Notifications
You must be signed in to change notification settings - Fork 10
/
bower.json
37 lines (37 loc) · 979 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": "angular-annotorious",
"version": "1.0.7",
"author": {
"name": "Igor Lino",
"url": "http://igorlino.github.io/angular-annotorious/"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"main": [
"js/angular-annotorious.js"
],
"ignore": [
"**/.*",
"node_modules",
"components"
],
"bugs": "https://github.com/igorlino/angular-annotorious/issues",
"homepage": "http://igorlino.github.io/angular-annotorious/",
"docs": "http://igorlino.github.io/angular-annotorious/examples",
"demo": "http://igorlino.github.io/angular-annotorious/examples",
"dependencies": {
"jquery": "~2.1.1",
"angular": "~1.3.4",
"annotorious-bower": "0.6.4"
},
"devDependencies": {
},
"resolutions": {
"jquery": "~2.1.1",
"angular": "~1.3.4"
}
}