forked from elabftw/elabftw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "elabftw",
"description": "Free and open source electronic lab notebook for research labs",
"main": "Gruntfile.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@fancyapps/fancybox": "^3.2.5",
"bootstrap": "^3.3.7",
"bootstrap-markdown": "^2.10.0",
"dropzone": "^5.3.0",
"file-saver": "^1.3.3",
"fullcalendar": "3.7.0",
"jquery": "^3.3.1",
"jquery-jeditable": "1.8.0",
"jquery-ui-dist": "^1.12.1",
"jquery.complexify": "^0.5.2",
"keymaster": "^1.6.2",
"markdown": "^0.5.0",
"tinymce": "^4.7.5",
"tinymce-mention": "^4.0.2",
"vanderlee-colorpicker": "^1.2.13"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-uglify": "gruntjs/grunt-contrib-uglify#harmony",
"grunt-contrib-watch": "^1.0.0",
"grunt-shell": "^2.1.0",
"snyk": "^1.69.1",
"lodash": "^4.17.4"
},
"scripts": {
"test": "snyk test"
},
"repository": "git+https://github.com/elabftw/elabftw.git",
"author": "Nicolas CARPi",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/elabftw/elabftw/issues"
},
"homepage": "https://www.elabftw.net"
}