-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (52 loc) · 1.32 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
{
"name": "fenix-ui-data-management",
"version": "1.1.0",
"description": "Basic structure for Fenix Platform UI projects",
"homepage": "https://github.com/FENIX-Platform/fenix-ui-data-management",
"author": "FENIX Development Team",
"repository": {
"type": "git",
"url": "[email protected]:FENIX-Platform/fenix-ui-data-management.git"
},
"bugs": {
"url": "https://github.com/FENIX-Platform/fenix-ui-data-management/issues"
},
"license": "GPL3",
"keywords": [
"fenix",
"platform"
],
"dependencies": {
"jquery": "~2.1.0",
"backbone": "1.1.2",
"backbone.layoutmanager": "0.9.5",
"bootstrap": "3.2.0",
"underscore": "1.7.0",
"nprogress": "0.1.6",
"requirejs": "2.1.14",
"handlebars": "2.0.0",
"domReady": "https://github.com/requirejs/domReady/tarball/master",
"text": "https://github.com/requirejs/text/tarball/master",
"i18n": "https://github.com/requirejs/i18n/tarball/master",
"jqwidgets": "http://fenixapps.fao.org/repository/js/jqwidgets/3.1.tgz",
"jstree": "3.0.8"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "main.js",
"config": {
"sections": [
"home",
"view",
"analysis",
"data management",
"about"
],
"langs": [
"en",
"fr",
"es"
]
}
}