-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.58 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
{
"name": "fenix-ui-map",
"version": "2.1.0",
"description": "FENIX map component",
"main": "dist/fenix-ui-map.src.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/FENIX-Platform/fenix-ui-map.git"
},
"keywords": [
"FENIX"
],
"author": "FENIX team (http://fenix.fao.org/)",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/FENIX-Platform/fenix-ui-map/issues"
},
"homepage": "https://github.com/FENIX-Platform/fenix-ui-map",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-jsonlint": "~1.0.4",
"grunt-sftp-deploy": "^0.2.4"
},
"dependencies": {
"jquery": "~2.1.0",
"bootstrap": "~3.2.0",
"requirejs": "~2.1.14",
"handlebars": "~2.0.0",
"underscore": "~1.7.0",
"leaflet": "~0.7.7",
"leaflet.markercluster": "~0.4.0",
"chosen-jquery": "~0.1.1",
"text": "https://github.com/requirejs/text/tarball/master",
"i18n": "https://github.com/requirejs/i18n/tarball/master",
"domReady": "https://github.com/requirejs/domReady/tarball/master",
"jquery-ui": "http://fenixrepo.fao.org/cdn/js/jquery-ui/jquery-ui-1.10.3.tgz",
"jquery.hoverIntent": "http://fenixrepo.fao.org/cdn/js/jquery.hoverIntent/jquery.hoverIntent-1.8.0.tgz"
}
}