-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 962 Bytes
/
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
{
"name": "govuk-elements-sass",
"version": "1.1.2",
"description": "GOVUK elements Sass files",
"repository": "alphagov/govuk_elements",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"govuk_frontend_toolkit": "^4.9.0"
},
"devDependencies": {
"consolidate": "^0.10.0",
"express": "^3.18.4",
"express-writer": "0.0.4",
"govuk_template_mustache": "^0.17.0",
"grunt": "^0.4.2",
"grunt-cli": "0.1.13",
"grunt-concurrent": "^0.4.3",
"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": "^1.0.0",
"grunt-scss-lint": "^0.3.8",
"grunt-text-replace": "^0.3.12",
"hogan.js": "3.0.2",
"node-sass": "^3.2.0",
"readdir": "0.0.6"
},
"scripts": {
"test": "./node_modules/grunt-cli/bin/grunt test"
},
"bugs": {
"url": "https://github.com/alphagov/govuk_elements/issues"
}
}