-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 753 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 753 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
{
"name": "Website",
"version": "1.0.7",
"author": "Daniel Dorndorf <dorndorf@featdd.de>",
"description": "Website Package for TYPO3 Websites",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/featdd/website.git"
},
"devDependencies": {
"del": "^2.2.2",
"google-closure-compiler": "^20161201.0.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-closure-compiler": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.1.7",
"gulp-flatten": "^0.3.1",
"gulp-imagemin": "^3.1.1",
"gulp-jshint": "^2.0.4",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.0.0",
"gulp-uglify": "^2.0.0",
"jshint": "^2.9.4"
}
}