-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.65 KB
/
package.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "gulp-starter-kit",
"version": "0.1.0",
"description": "A selection of gulp tasks for working with GOV.UK assets",
"main": "N/a",
"scripts": {
"test": "N/a"
},
"repository": {
"type": "git",
"url": "git+https://github.com/htmlandbacon/gulp-starter-kit.git"
},
"keywords": [
"govuk",
"gulp",
"dwp"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/htmlandbacon/gulp-starter-kit/issues"
},
"homepage": "https://github.com/htmlandbacon/gulp-starter-kit#readme",
"devDependencies": {
"autoprefixer": "^7.1.2",
"css-mqpacker": "^6.0.1",
"csswring": "^6.0.0",
"del": "^2.2.0",
"eslint": "^2.4.0",
"express": "^4.15.3",
"glob": "^5.0.15",
"govuk-elements-sass": "^3.1.0",
"govuk_frontend_toolkit": "^6.0.4",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.1.0",
"gulp-concat": "^2.4.3",
"gulp-cssnano": "^2.1.0",
"gulp-eslint": "^2.0.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-livereload": "^3.8.0",
"gulp-newer": "^1.1.0",
"gulp-nodemon": "^2.0.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"gulp-sass-lint": "^1.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-standard": "^10.0.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"lodash": "^4.17.4",
"merge-stream": "^1.0.0",
"node-sass-import-once": "^1.2.0",
"path": "^0.12.7",
"require-dir": "^0.3.2",
"run-sequence": "^1.1.5",
"vinyl-named": "^1.1.0",
"webpack": "^3.1.0",
"webpack-stream": "^3.2.0"
}
}