-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.05 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
{
"name": "@tidle-groupe/indigo",
"version": "1.0.0",
"description": "Un framework de programmation léger avec rendu local du site, assets, api, bases de données et construction des fichiers pour la production.",
"main": "cmd/index.js",
"bin": {
"indigo": "bin/indigo"
},
"author": "Théo Laubezout",
"license": "GPL-3.0",
"repository": {
"url": "git+https://github.com/Tidle-Groupe/indigo.git"
},
"dependencies": {
"@node-minify/core": "^7.0.0",
"@node-minify/csso": "^7.0.0",
"@node-minify/html-minifier": "^7.0.0",
"@node-minify/uglify-es": "^8.0.6",
"@node-minify/core": "^8.0.6",
"@node-minify/csso": "^8.0.6",
"@node-minify/html-minifier": "^8.0.6",
"@node-minify/uglify-es": "^8.0.6",
"chokidar": "^3.4.3",
"fs": "0.0.1-security",
"fs-extra": "^11.1.1",
"readline": "^1.3.0"
},
"bugs": {
"url": "https://github.com/Tidle-Groupe/indigo/issues"
},
"homepage": "https://github.com/Tidle-Groupe/indigo#readme",
"engines": {
"npm": ">=6.5.0",
"node": ">=10.0.0"
}
}