{
  "name": "web-ui",
  "version": "0.1.4",
  "description": "UI components for web applications ",
  "engines": {
    "node": "v5.10.0"
  },
  "main": "index.js",
  "scripts": {
    "sync:crave": "tasks/sync-crave.js",
    "ppp": "npm version patch && npm publish && git push origin master",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fczuardi/web-ui.git"
  },
  "keywords": [
    "components",
    "react",
    "ui",
    "widgets"
  ],
  "author": "Fabricio Campos Zuardi",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://github.com/fczuardi/web-ui/issues"
  },
  "homepage": "https://github.com/fczuardi/web-ui#readme",
  "devDependencies": {
    "shelljs": "^0.6.0"
  }
}
