-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "loide",
"version": "3.0.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",
"build": "npx gulp build",
"clean": "npx gulp clean"
},
"repository": {
"type": "git",
"url": "https://github.com/DeMaCS-UNICAL/LoIDE.git"
},
"contributors": [
{
"name": "Stefano Germano",
"email": "germano@mat.unical.it"
},
{
"name": "Eliana Palermiti",
"email": "eliana_palermiti@libero.it"
},
{
"name": "Rocco Palermiti",
"email": "roccopalermiti@virgilio.it"
},
{
"name": "Alexander Karaulshchikov",
"email": "alexander.karaulshchikov@gmail.com"
},
{
"name": "Giorgio Andronico",
"email": "bytecodex2@gmail.com"
},
{
"name": "Francesco Calimeri",
"email": "calimeri@mat.unical.it"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/DeMaCS-UNICAL/LoIDE/issues"
},
"dependencies": {
"ajv": "^6.12.6",
"compression": "^1.7.3",
"express": "^4.18.1",
"express-force-ssl": "^0.3.2",
"helmet": "^6.0.0",
"json-pointer": "^0.6.2"
},
"devDependencies": {
"@babel/core": "^7.19.1",
"@babel/preset-env": "^7.19.1",
"browser-sync": "^2.27.10",
"eslint": "^8.24.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-csso": "^4.0.1",
"gulp-html-minifier-terser": "^6.0.1",
"gulp-inject-string": "^1.1.2",
"gulp-nodemon": "^2.5.0",
"gulp-uglify-es": "^3.0.0"
},
"analyze": true,
"homepage": "https://github.com/DeMaCS-UNICAL/LoIDE#readme"
}