{
  "name": "react-timesheet",
  "version": "0.1.0",
  "description": "Time Sheet Component for React",
  "main": "src/TimeSheet.js",
  "author": "Yuanyan Cao",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/yuanyan/react-timesheet.git"
  },
  "dependencies": {
    "react": "^0.12.0",
    "reactify": "^0.17.0"
  },
  "devDependencies": {
    "browserify": "^6.3.3",
    "browserify-shim": "^3.8.0",
    "chalk": "^0.5.1",
    "codemirror": "^5.0.0",
    "del": "^0.1.3",
    "gulp": "^3.8.10",
    "gulp-bump": "^0.1.11",
    "gulp-connect": "^2.2.0",
    "gulp-gh-pages": "^0.4.0",
    "gulp-git": "^0.5.5",
    "gulp-less": "^1.3.6",
    "gulp-rename": "^1.2.0",
    "gulp-streamify": "^0.0.5",
    "gulp-uglify": "^1.0.1",
    "gulp-util": "^3.0.1",
    "merge-stream": "^0.1.6",
    "vinyl-source-stream": "^1.0.0",
    "watchify": "^2.1.1"
  },
  "browserify": {
    "transform": [
      "reactify"
    ]
  },
  "browserify-shim": {
    "react": "global:React"
  },
  "scripts": {
    "test": "echo \"no tests yet\" && exit 0"
  },
  "keywords": [
    "react",
    "react-component",
    "timesheet"
  ]
}
