{
  "name": "headspace",
  "version": "0.1.1",
  "description": "Next generation web header UX",
  "author": "Garth Poitras <garth22@gmail.com>",
  "license": "MIT",
  "main": "dist/headspace.js",
  "jsnext:main": "src/headspace.js",
  "style": "dist/headspace.css",
  "scripts": {
    "build": "rollup -c && cp src/headspace.css dist/headspace.css",
    "test": "eslint {src/*.js,test/*} && mocha test/*.js --compilers js:babel-core/register",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gdub22/headspace.git"
  },
  "keywords": [
    "header",
    "browser",
    "headspace",
    "headroom",
    "animation",
    "ux"
  ],
  "devDependencies": {
    "babel-preset-es2015-rollup": "^1.0.0",
    "eslint": "^1.10.3",
    "eslint-config-standard": "^4.4.0",
    "eslint-plugin-standard": "^1.3.1",
    "mocha": "^2.3.4",
    "rollup": "^0.25.1",
    "rollup-plugin-babel": "^2.3.8"
  }
}
