{
  "name": "html2jsx",
  "version": "0.1.0",
  "description": "",
  "main": "dist/html2jsx.js",
  "bin": {
    "html2jsx": "./bin/html2jsx.js"
  },
  "scripts": {
    "test": "npm run test:lint && npm run test:typecheck && npm run test:unit",
    "build": "sagui build",
    "develop": "sagui develop --port 3000",
    "dist": "cross-env NODE_ENV=production sagui build --optimize",
    "start": "npm run develop",
    "test:coverage": "npm run test:unit -- --coverage",
    "test:lint": "sagui lint",
    "test:typecheck": "sagui typecheck",
    "test:unit": "cross-env NODE_ENV=test sagui test",
    "test:unit:watch": "npm run test:unit -- --watch"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "react-dom": "^15.3.2",
    "sagui": "^7.1.1"
  },
  "dependencies": {
    "html2react": "^0.3.5",
    "jsdom": "^9.8.3",
    "react": "^15.3.2",
    "react-element-to-jsx-string": "^5.0.0"
  }
}
