forked from ukparliament/parliament.uk-pugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
{
"name": "parliamentuk-pugin",
"version": "1.12.3",
"description": "UK Parliament brand",
"author": "UK Parliament",
"license": "MIT",
"homepage": "https://github.com/ukparliament/parliament.uk-pugin#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ukparliament/parliament.uk-pugin.git"
},
"bugs": {
"url": "https://github.com/ukparliament/parliament.uk-pugin/issues"
},
"scripts": {
"start": "make serve"
},
"main": "server.js",
"devDependencies": {
"autoprefixer": "^9.4.7",
"chai": "^4.2.0",
"chokidar": "^2.1.1",
"chromedriver": "^2.46.0",
"cssnano": "^4.1.9",
"eslint": "^5.13.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"express": "^4.16.4",
"imagemin-cli": "^4.0.0",
"leaflet": "^1.4.0",
"leaflet.fullscreen": "^1.4.5",
"minimist": "^1.2.0",
"mocha": "^5.2.0",
"node-sass": "^4.11.0",
"normalize.css": "^8.0.1",
"pa11y-ci": "^2.1.1",
"postcss-cli": "^6.1.1",
"pretty-mini-json": "^1.1.4",
"pug-cli": "^1.0.0-alpha6",
"selenium-webdriver": "^4.0.0-alpha.1",
"svgo": "^1.1.1",
"uglify-js": "^3.4.9",
"valimate": "^2.3.0"
}
}