-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"name": "wints",
"version": "1.0.0",
"description": "internship management",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fhermeni/wints.git"
},
"author": "Fabien Hermenier",
"license": "ISC",
"bugs": {
"url": "https://github.com/fhermeni/wints/issues"
},
"homepage": "https://github.com/fhermeni/wints#readme",
"devDependencies": {
"anymatch": "^3.1.2",
"chokidar": "^3.5.2",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-declare": "^0.3.0",
"gulp-handlebars": "^5.0.2",
"gulp-htmlmin": "^5.0.1",
"gulp-livereload": "^4.0.2",
"gulp-order": "^1.2.0",
"gulp-print": "^5.0.2",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-wrap": "^0.15.0",
"handlebars": "^4.7.7",
"merge-stream": "^2.0.0"
},
"dependencies": {
"gulp-load-plugins": "^2.0.7"
}
}