{
  "name": "inline-edit",
  "version": "1.1.4",
  "description": "React inline edit component able to check format and parse value",
  "main": "index.js",
  "scripts": {
    "watch:demo": "watchify demo.js -o dist/demo.dev.js -dv",
    "build:demo": "browserify demo.js -o dist/demo.dev.js"
  },
  "style": "style.css",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dbencic/inline-edit.git"
  },
  "dependencies": {
    "bootstrap": "^3.3.6",
    "numeral": "^1.5.3",
    "react": "^15.0.2",
    "react-dom": "^15.0.2"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babelify": "^7.3.0",
    "browserify": "^13.0.1",
    "watchify": "^3.7.0"
  },
  "browserify": {
    "transform": [
      [
        "babelify",
        {
          "presets": [
            "es2015",
            "react"
          ]
        }
      ]
    ]
  },
  "keywords": [
    "react",
    "inline",
    "edit",
    "widget"
  ],
  "author": "dragan.bencic@gmail.com",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dbencic/inline-edit/issues"
  },
  "homepage": "https://github.com/dbencic/inline-edit#readme"
}
