forked from tombye/express_prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 739 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 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
30
{
"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",
"consolidate": "0.x",
"readdir": "0.0.6",
"minimist": "0.0.8",
"hogan.js": "3.0.2",
"govuk_frontend_toolkit": "1.5.0",
"govuk_template_mustache": "0.8.1"
},
"devDependencies": {
"node-sass": "0.x",
"grunt": "0.4.2",
"grunt-contrib-clean": "0.5.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-watch": "0.5.3",
"grunt-nodemon": "0.x",
"grunt-sass": "~0.10.0",
"grunt-contrib-sass": "0.7.3",
"grunt-text-replace": "~0.3.10",
"grunt-concurrent": "~0.4.3"
}
}