forked from trickyplan/Codeine
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (68 loc) · 1.93 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
{
"author": {
"name": "Dmitry Bergstein",
"email": "bergstein@trickyplan.com",
"url": "/~https://github.com/Bergstein"
},
"bin": {
"codeine": "./bin/codeine"
},
"bugs": "/~https://github.com/TrickyPlan/Codeine/issues",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
},
"description": "Esoteric framework: one class, shitload of anonymous functions, zero documentation. Still good though.",
"devDependencies": {
"@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1",
"@fortawesome/fontawesome-free": "6.1.1",
"@trevoreyre/autocomplete-vue": "2.2.0",
"animate.css": "4.1.1",
"bootstrap": "3.4.1",
"clipboard": "2.0.10",
"cz-conventional-changelog": "3.3.0",
"eonasdan-bootstrap-datetimepicker": "4.17.49",
"gulp": "5.0.0",
"gulp-clean-css": "4.3.0",
"gulp-cli": "3.0.0",
"gulp-htmlmin": "5.0.1",
"gulp-less": "5.0.0",
"gulp-rename": "2.0.0",
"gulp-sass": "5.1.0",
"gulp-terser": "2.1.0",
"gulp-uglify": "3.0.2",
"html-minifier": "4.0.0",
"jquery": "3.6.0",
"keymaster": "1.6.2",
"less": "4.1.2",
"moment": "2.29.3",
"node-less": "1.0.0",
"node-sass": "9.0.0",
"popper.js": "1.16.1",
"sass": "1.50.1"
},
"engines": {
"node": ">=16"
},
"homepage": "/~https://github.com/TrickyPlan/Codeine",
"keywords": [
"php",
"codeine",
"framework"
],
"license": "BSD-3-Clause",
"main": "./src/Web.php",
"name": "codeine",
"repository": {
"type": "git",
"url": "git@github.com:Bergstein/Codeine.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "50.0.1"
}