forked from ukparliament/pugin-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.93 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "pugin-components",
"version": "0.9.9",
"description": "A shunter npm package containing dust components for beta.parliament.uk",
"main": "app.js",
"scripts": {
"test": "NODE_ENV=test node ./node_modules/nyc/bin/nyc.js --reporter=lcov ./node_modules/mocha/bin/mocha --recursive test",
"testfocus": "NODE_ENV=test ./node_modules/mocha/bin/mocha --recursive",
"start": "node app.js -s --compile-on-demand",
"serve": "./node_modules/.bin/shunter-serve -i -q -p 5501",
"heroku-postbuild": "./node_modules/.bin/shunter-build -r pugin-components"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ukparliament/pugin-components.git"
},
"author": "UK Parliament",
"license": "MIT",
"bugs": {
"url": "https://github.com/ukparliament/pugin-components/issues"
},
"homepage": "https://github.com/ukparliament/pugin-components#readme",
"devDependencies": {
"autoprefixer": "^9.4.7",
"callsites": "^3.0.0",
"chai": "^4.2.0",
"codeclimate-test-reporter": "^0.5.1",
"coveralls": "^3.0.2",
"cssnano": "^4.1.8",
"dustmite": "^2.0.4",
"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",
"js-beautify": "^1.8.9",
"jsdoc": "^3.5.5",
"leaflet": "^1.4.0",
"leaflet.fullscreen": "^1.4.5",
"minimist": "^1.2.0",
"mocha": "^5.2.0",
"nock": "^10.0.6",
"node-sass": "^4.11.0",
"normalize.css": "^8.0.1",
"nyc": "^13.1.0",
"parliamentuk-pugin": "git+https://github.com/ukparliament/parliament.uk-pugin.git#1.12.3",
"postcss-cli": "^6.1.1",
"sinon": "^7.2.3",
"sinon-chai": "^3.3.0",
"uglify-js": "^3.4.9",
"walk-sync": "^1.1.2"
},
"dependencies": {
"cryptiles": "^4.1.3",
"foreman": "^3.0.1",
"i18next": "^14.0.1",
"shunter": "^4.12.0"
}
}