{
  "name": "react-nice-inputs",
  "version": "1.0.64",
  "description": "This component gallery help to create easy inputs and input groups on your forms.",
  "main": "lib/index",
  "module": "lib/index",
  "scripts": {
    "build": "cross-env BABEL_ENV=lib-dir babel src --out-dir lib",
    "dev": "watch 'npm run build' src",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/wbarahona/react-nice-inputs.git"
  },
  "keywords": [
    "react",
    "form",
    "inputs",
    "component",
    "components",
    "collection"
  ],
  "author": "Willmer Barahona",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/wbarahona/react-nice-inputs/issues"
  },
  "files": [
    "LICENSE",
    "lib",
    "src",
    ".babelrc"
  ],
  "homepage": "https://gitlab.com/wbarahona/react-nice-inputs#readme",
  "dependencies": {
    "babel-cli": "^6.14.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.1",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-3": "^6.24.1",
    "cross-env": "^5.2.0",
    "eslint": "^5.6.0",
    "eslint-plugin-react": "^7.11.1",
    "moment": "^2.22.2",
    "react": "^16.5.1",
    "react-dom": "^16.5.1"
  },
  "devDependencies": {
    "watch": "^1.0.2"
  }
}
