-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (56 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (56 loc) · 1.6 KB
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
57
58
{
"name": "amis-ui-policy-data-input",
"version": "0.0.1",
"description": "AMIS UI for Policy Data Input",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/FENIX-Platform-projects/AMIS-data-input"
},
"keywords": [
"AMIS",
"UN",
"data",
"input"
],
"author": "FENIX Development Team",
"license": "GPL3",
"bugs": {
"url": "https://github.com/FENIX-Platform-projects/AMIS-data-input/issues"
},
"homepage": "https://github.com/FENIX-Platform-projects/AMIS-data-input",
"dependencies": {
"jquery": "~2.1.0",
"backbone" : "~1.1.2",
"backbone.layoutmanager" : "~0.9.5",
"bootstrap" : "~3.2.0",
"requirejs" : "~2.1.14",
"underscore" : "~1.7.0",
"nprogress" : "~0.1.6 "
},
"cdnDependencies" : {
"jqwidgets": {
}
},
"devDependencies": {
"sinon" : "~1.10.3",
"grunt": "~0.4.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-jsonlint": "~1.0.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-rev": "~0.1.0",
"grunt-exec": "~0.4.2",
"grunt-contrib-imagemin": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-newer": "~0.6.1",
"grunt-svg2png": "~0.2.1",
"grunt-jsdoc": "~0.5.4"
}
}