forked from AtlasOfLivingAustralia/spatial-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.57 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "spatial-hub",
"description": "ALA spatial-hub",
"version": "1.0.0",
"homepage": "https://www.ala.org.au",
"private": true,
"contributors": [
{
"name": "Temi Varghese",
"web": "https://github.com/temi"
}
],
"maintainers": [
{
"name": "Atlas of Living Australia",
"web": "https://github.com/AtlasOfLivingAustralia?tab=members"
}
],
"repository": {
"type": "git",
"url": "https://github.com/AtlasOfLivingAustralia/spatial-hub"
},
"bugs": {
"url": "https://github.com/AtlasOfLivingAustralia/spatial-hub/issues"
},
"license": "MPL-2.0",
"devDependencies": {
"angular-jsdoc": "^1.5.0",
"angular-template": "2.1.4",
"jsdoc": "^3.5.5"
},
"dependencies": {
"angular": "1.5.8",
"angular-animate": "1.5.8",
"angular-aria": "1.5.8",
"angular-leaflet-directive": "0.9.5",
"angular-route": "1.5.8",
"angular-touch": "1.5.8",
"angular-ui-bootstrap": "^1.3.3",
"bootbox": "^5.0.1",
"bootstrap": "3.4.1",
"chromedriver": "89.0.0",
"htmlparser2": "3.9.2",
"leaflet": "0.7.7",
"leaflet-draw": "0.2.4",
"leaflet-measure": "2.1.7",
"lz-string": "1.4.4",
"ng-file-upload": "12.2.13",
"ngbootbox": "0.1.2",
"proj4leaflet": "0.7.2",
"x2js": "^3.2.1"
},
"scripts": {
"jsdoc": "node_modules/jsdoc/jsdoc.js --configure node_modules/angular-jsdoc/common/conf.json --template node_modules/angular-jsdoc/angular-template/ --destination build/resources/main/public/docs --readme README.md --recurse grails-app/assets/javascripts/spApp"
}
}