-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 832 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 832 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": "govuk-prototype-kit",
"version": "0.0.0",
"description": "A project boilerplate for govuk prototypes",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michael Wolfendale",
"license": "ISC",
"dependencies": {
"consolidate": "^0.13.1",
"express": "^4.13.3",
"fs-extra": "^0.24.0",
"govuk_frontend_toolkit": "^4.3.0",
"govuk_template_mustache": "^0.16.0",
"gulp": "^3.9.0",
"gulp-hogan": "^1.2.0",
"gulp-live-server": "0.0.28",
"gulp-rename": "^1.2.2",
"hjs": "0.0.6",
"hogan.js": "^3.0.2",
"q": "^1.4.1"
},
"devDependencies": {
"glob-all": "^3.0.1",
"gulp-flatten": "^0.2.0",
"gulp-rimraf": "^0.2.0",
"gulp-sass": "^2.0.4",
"gulp-util": "^3.0.6",
"rimraf": "^2.4.3"
}
}