-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 739 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": "express-prototype",
"description": "GOVUK prototyping app in Express",
"version": "0.1.0",
"private": true,
"engines": {
"node": "0.10.x"
},
"dependencies": {
"express": "3.4.7",
"express-writer": "0.0.4",
"consolidate": "0.x",
"readdir": "0.0.6",
"minimist": "0.0.8",
"hogan.js": "3.0.2",
"govuk_frontend_toolkit": "~4.0.1",
"govuk_template_mustache": "~0.12.0",
"node-sass": "2.1.1",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-watch": "0.5.3",
"grunt-nodemon": "0.3.0",
"grunt-sass": "0.18.0",
"grunt-text-replace": "0.3.12",
"grunt-concurrent": "0.4.3"
}
}