-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
41 lines (41 loc) · 1023 Bytes
/
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
{
"name": "djacket",
"version": "0.2.0",
"description": "A Git management system written in Python/Django https://djacket.github.io/",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Djacket/djacket.git"
},
"keywords": [
"git",
"web-interface",
"source-control",
"djacket"
],
"author": "Djacket Project",
"license": "MIT",
"bugs": {
"url": "https://github.com/Djacket/djacket/issues"
},
"homepage": "https://github.com/Djacket/djacket#readme",
"devDependencies": {
"chart.js": "2.7.2",
"devicons": "~1.8.0",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-minify-html": "^1.0.6",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"highlightjs": "^9.10.0",
"jquery": "~3.3.1",
"jquery-pjax": "~2.0.1",
"marked": "^0.3.19",
"moment": "^2.22.1",
"nprogress": "~0.2.0"
}
}