{
  "name": "sass-semver",
  "version": "1.0.3",
  "author": "Hugo Giraudel",
  "description": "A lightweight semantic version parser in Sass.",
  "main": "src/index.scss",
  "scripts": {
    "build": "rm -rf dist/ && mkdir dist/ && cat src/**/* > dist/index.scss",
    "test": "mocha test/index.js",
    "generate-doc": "sassdoc src/index.scss sassdoc/ --verbose --config=.sassdocrc && echo 'Documentation successfully generated in sassdoc/index.html'",
    "deploy-doc": "git add sassdoc/ && git commit -m 'Compile SassDoc' --allow-empty && git subtree push --prefix sassdoc origin gh-pages && echo 'Documentation successfully deployed to http://hugogiraudel.github.io/sass-semver/'",
    "prepublish": "npm test",
    "postpublish": "npm run build"
  },
  "license": "MIT",
  "repository": "https://github.com/HugoGiraudel/sass-semver",
  "eyeglass": {
    "name": "sass-semver",
    "exports": "eyeglass-exports.js"
  },
  "ignore": [
    "test",
    "sassdoc",
    ".sassdocrc"
  ],
  "devDependencies": {
    "mocha": "^2.3.4",
    "sass-true": "^2.0.3",
    "sassdoc": "^2.1.19"
  }
}
