-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 771 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 771 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
{
"name": "treehousetaskeight",
"version": "1.0.0",
"description": "gulp build test",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paulheading/TreehouseTaskEight.git"
},
"author": "Paul Heading",
"license": "ISC",
"bugs": {
"url": "https://github.com/paulheading/TreehouseTaskEight/issues"
},
"homepage": "https://github.com/paulheading/TreehouseTaskEight#readme",
"devDependencies": {
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.7.0",
"gulp-imagemin": "^6.1.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2"
}
}