{
  "name": "puerro",
  "version": "0.1.0",
  "description": "Keeping the Web as Lean as a Leek",
  "main": "dist/puerro.js",
  "module": "dist/puerro.module.js",
  "scripts": {
    "start": "rollup -c -w",
    "build": "rollup -c",
    "prepublishOnly": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robin-fhnw/IP5-Puerro.git"
  },
  "author": "Etienne Gobeli, Robin Christen",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/robin-fhnw/IP5-Puerro/issues"
  },
  "homepage": "https://github.com/robin-fhnw/IP5-Puerro#readme",
  "devDependencies": {
    "rollup": "1.4.1",
    "rollup-plugin-node-resolve": "^4.2.3",
    "preact": "^8.4.2"
  }
}
