-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 893 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 893 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": "template-bakery",
"version": "1.0.0",
"description": "Learning to create templates from scratch",
"main": "index.js",
"scripts": {
"test": "testit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artembell/template-bakery.git"
},
"author": "Artem Belyavskiy",
"license": "ISC",
"bugs": {
"url": "https://github.com/artembell/template-bakery/issues"
},
"homepage": "https://github.com/artembell/template-bakery#readme",
"devDependencies": {
"browser-sync": "^2.26.7",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-debug": "^4.0.0",
"gulp-imagemin": "^6.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^1.0.4",
"node-sass": "^4.12.0"
}
}