forked from Leantime/leantime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.28 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": "leantime",
"version": "2.1.6-ds.1",
"description": "Open source project management system",
"main": "gruntfile.js",
"dependencies": {
"chart.js": "^2.9.3",
"composer": "^4.1.0",
"croppie": "^2.6.4",
"datatables.net": "^1.10.22",
"datatables.net-buttons": "^1.6.1",
"datatables.net-rowgroup": "^1.1.1",
"datatables.net-rowreorder": "^1.2.6",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"jquery": "^3.5.0",
"jquery-migrate": "1.4.1",
"jquery-ui-dist": "^1.12.1",
"jquery.uniform": "^4.3.0",
"masonry-layout": "^4.2.2",
"packery": "^2.1.2",
"tether-shepherd": "^1.8.1",
"tinymce": "^5.6.0"
},
"devDependencies": {
"grunt": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-exec": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Leantime/leantime"
},
"keywords": [
"Project",
"Management",
"Agile",
"Sprint",
"Lean"
],
"author": "Marcel Folaron",
"license": "GPL-2.0",
"homepage": "https://github.com/Leantime/leantime/blob/master/README.md"
}