{
  "name": "sencss",
  "version": "0.0.11",
  "description": "Sensis/Pitcher CSS toolkit",
  "main": "source/sencss.css",
  "scripts": {
    "build": "postcss -c configure/postcss.js",
    "minify": "postcss -u cssnano distribute/sencss.css -o distribute/sencss.min.css",
    "prepublish": "mkdir -p distribute && npm run build && npm run minify",
    "start": "postcss -c configure/postcss.js -w",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@gitorious.int.sensis.com.au:sencss/sencss.git"
  },
  "keywords": [
    "sencss"
  ],
  "author": "Dan Sutherland",
  "license": "MIT",
  "bugs": {
    "url": "git@gitorious.int.sensis.com.au:sencss/sencss/issues"
  },
  "homepage": "git@gitorious.int.sensis.com.au:sencss/sencss#readme",
  "dependencies": {
    "normalize.css": "^3.0.3",
    "sencss-colour": "^2.0.3",
    "sencss-palette": "^1.1.1",
    "sencss-typography": "^1.0.2"
  },
  "devDependencies": {
    "autoprefixer": "^6.3.1",
    "cssnano": "^3.4.0",
    "postcss": "^5.0.14",
    "postcss-cli": "^2.4.0",
    "postcss-cssnext": "^2.4.0",
    "postcss-import": "^7.1.3"
  }
}
