-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.28 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.28 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
{
"name": "dccnsys",
"version": "1.0.0",
"description": "Front-end for dccn conference management system",
"main": "gulpfile.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dccnconf/dccnsys.git"
},
"keywords": [
"dccn",
"conference",
"management",
"systems",
"bootstrap"
],
"author": "Andrey Larionov <larioandr@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dccnconf/dccnsys/issues"
},
"homepage": "https://github.com/dccnconf/dccnsys#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.8.2",
"bootbox": "^5.3.1",
"bootstrap": "^4.3.1",
"bootstrap4": "0.0.1-security",
"codemirror": "^5.48.0",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-sass": "^4.0.2",
"gulp-uglify-es": "^1.0.4",
"jquery": "^3.4.1",
"jquery-ui": "^1.12.1",
"mathjs": "^6.2.0",
"package.json": "^2.0.1",
"popper.js": "^1.15.0",
"prismjs": "^1.17.1",
"requirejs": "^2.3.6",
"yargs": "^13.2.4"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"chart.js": "^2.8.0",
"math": "0.0.3",
"sweetalert2": "^8.11.1",
"tar": ">=4.4.2"
}
}