-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 792 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 792 Bytes
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
{
"name": "gulp-template",
"version": "1.0.0",
"description": "Gulp template for website projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BartPlaza/Dusk-template.git"
},
"keywords": [
"dusk",
"template",
"website"
],
"author": "Bart Plaza",
"license": "ISC",
"bugs": {
"url": "https://github.com/BartPlaza/Dusk-template/issues"
},
"homepage": "https://github.com/BartPlaza/Dusk-template#readme",
"devDependencies": {
"browser-sync": "^2.23.6",
"gulp": "^3.9.1",
"gulp-6to5": "^3.0.0",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^4.1.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0"
}
}