-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
44 lines (44 loc) · 1.16 KB
/
package.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
40
41
42
43
44
{
"name": "digivol",
"description": "ALA / AM transcription platform",
"version": "4.0-SNAPSHOT",
"homepage": "http://volunteer.ala.org.au",
"contributors": [
{
"name": "Simon Bear",
"web": "https://github.com/sbearcsiro"
}
],
"maintainers": [
{
"name": "Atlas of Living Australia",
"web": "https://github.com/AtlasOfLivingAustralia?tab=members"
}
],
"repository": {
"type": "git",
"url": "https://github.com/AtlasOfLivingAustralia/volunteer-portal"
},
"bugs": {
"url": "https://github.com/AtlasOfLivingAustralia/volunteer-portal/issues"
},
"license": "MPL-2.0",
"devDependencies": {},
"dependencies": {
"angular": "^1.5.7",
"angular-animate": "^1.5.6",
"angular-aria": "^1.5.6",
"angular-cookies": "^1.5.6",
"angular-google-chart": "^0.1.0",
"angular-google-maps": "^2.2.1",
"angular-i18n": "^1.5.6",
"angular-marked": "^1.2.0",
"angular-message-format": "^1.5.6",
"angular-sanitize": "^1.5.6",
"angular-touch": "^1.5.6",
"angular-ui-bootstrap": "^1.3.3",
"angular-ui-router": "^0.3.1",
"angular-ui-tinymce": "0.0.18",
"tinymce": "^4.3.13"
}
}