{
  "name": "smartforms",
  "version": "0.0.9",
  "description": "The SmartForms (https://smartfor.ms) client-side JavaScript library for use in the browser and SPAs.",
  "keywords": [
    "smartforms",
    "smartfor.ms",
    "vue",
    "react",
    "fifth ocean"
  ],
  "homepage": "https://smartfor.ms",
  "bugs": {
    "email": "support@smartfor.ms",
    "url": "https://smartfor.ms/contact"
  },
  "scripts": {
    "build": "rollup -c",
    "deploy": "aws --profile=smartforms-repo s3 cp smartforms.min.js 's3://extras.repo.smartfor.ms/clients/smartforms.js/latest.js' --cache-control no-cache && aws --profile=smartforms-repo cloudfront create-invalidation --distribution-id E2VG5AD291P9U --paths='/clients/smartforms.js/latest.js'"
  },
  "author": "SmartForms (https://smartfor.ms)",
  "license": "MIT",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "rollup": "^0.63.5",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-closure-compiler": "^0.1.0",
    "rollup-plugin-node-resolve": "^3.3.0",
    "rollup-plugin-vue": "^4.3.2",
    "vue-template-compiler": "^2.5.17"
  },
  "dependencies": {
    "jssha": "^2.3.1"
  },
  "main": "smartforms.js",
  "browser": "smartforms.min.js",
  "directories": {
    "lib": "./lib",
    "example": "./examples"
  },
  "engines": {
    "node": ">= v6.4.0"
  }
}
