{
  "name": "@cnbritain/wc-footer",
  "cnOptions": {},
  "version": "1.11.1",
  "description": "Generic footer to be used on all brands",
  "main": "js/index.js",
  "scripts": {
    "js": "browserify js/index.js -o demo/demo.js -s DEMO",
    "sass": "merlin-node-sass sass/page.scss demo/demo.css",
    "copy": "mkdir -p static && cp -vr node_modules/@cnbritain/*/static/* static",
    "demo-install": "cd demo && virtualenv . && pip install -r requirements.txt"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cnduk/wc-footer.git"
  },
  "author": "https://github.com/cnduk/",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/cnduk/wc-footer/issues"
  },
  "homepage": "https://github.com/cnduk/wc-footer#readme",
  "devDependencies": {
    "@cnbritain/merlin-sass-importer": "^1.0.7",
    "browserify": "^13.0.0",
    "node-sass": "^3.8.0"
  },
  "dependencies": {
    "@cnbritain/wc-sass-fonts": "^1.2.7",
    "@cnbritain/wc-sass-mixins": "^1.3.1",
    "@cnbritain/wc-variables": "^1.16.0"
  }
}
