{
  "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"
  }
}
