{
  "name": "react-tour",
  "version": "0.0.2",
  "description": "React component that help you create nice step-by-step intros.",
  "main": "dist/index.js",
  "scripts": {
    "prepublish": "mkdir -p dist && babel src/index.jsx -u -o dist/index.js --stage 1 && lessc src/main.less dist/style.css",
    "pushpages": "grunt build && git add demo_dist -f && git commit -m 'Updating gh-pages' && git subtree push --prefix demo_dist origin gh-pages",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "repository": {
    "type": "git",
    "url": "https://github.com/javierbyte/react-tour"
  },
  "author": "javierbyte",
  "license": "ISC",
  "devDependencies": {
    "babel-eslint": "^3.1.20",
    "babelify": "^6.1.2",
    "eslint": "^0.24.0",
    "eslint-plugin-babel": "^1.0.0",
    "eslint-plugin-react": "^2.6.4",
    "grunt": "^0.4.5",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-shell": "^1.1.2",
    "jit-grunt": "^0.9.1",
    "less-plugin-autoprefix": "^1.4.2"
  },
  "dependencies": {
    "lodash.throttle": "^3.0.4",
    "react": "^0.13.3"
  }
}
