forked from DeMaCS-UNICAL/LoIDE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.75 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "loide",
"version": "2.11.0",
"description": "Web-based IDE for Logic Programming",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npx gulp",
"start:dev": "npx gulp dev",
"clean": "npx gulp clean"
},
"repository": {
"type": "git",
"url": "https://github.com/DeMaCS-UNICAL/LoIDE.git"
},
"contributors": [
{
"name": "Stefano Germano",
"email": "[email protected]"
},
{
"name": "Eliana Palermiti",
"email": "[email protected]"
},
{
"name": "Rocco Palermiti",
"email": "[email protected]"
},
{
"name": "Alexander Karaulshchikov",
"email": "[email protected]"
},
{
"name": "Giorgio Andronico",
"email": "[email protected]"
},
{
"name": "Francesco Calimeri",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/DeMaCS-UNICAL/LoIDE/issues"
},
"dependencies": {
"ajv": "^8.0.5",
"ajv-formats": "^2.0.2",
"express": "^4.17.1",
"express-force-ssl": "^0.3.2",
"helmet": "^3.21.1",
"json-pointer": "^0.6.0",
"pug": "^3.0.1",
"socket.io": "^2.3.0",
"websocket": "^1.0.32"
},
"devDependencies": {
"@babel/core": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"browser-sync": "^2.26.7",
"compression": "^1.7.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-csso": "^4.0.1",
"gulp-imagemin": "^7.1.0",
"gulp-nodemon": "^2.5.0",
"gulp-uglify-es": "^2.0.0"
},
"analyze": true,
"homepage": "https://github.com/DeMaCS-UNICAL/LoIDE#readme"
}