{
  "name": "fast-fastjs",
  "version": "0.6.16",
  "description": "Formio interface for online and offline use",
  "main": "lib/fast-fastjs.min.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "scripts": {
    "build": "rm -rf lib/* && webpack --env build",
    "rebuild": "rm -rf node_modules && npm install && npm run build",
    "dev": "webpack --progress --colors --watch --env dev",
    "test": "mocha-webpack --colors --recursive -w --timeout 100000 --webpack-config test/config/webpack.config.test.js --require mock-local-storage --require test/config/setup.js --exit src/**/**/*.spec.js --exit ",
    "test:watch": "mocha-webpack --webpack-config webpack.config.test.js --watch --glob '*.spect.js' --recursive test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/fast-platform/fastjs.git"
  },
  "keywords": [
    "form.io",
    "js",
    "cordova",
    "browser"
  ],
  "author": "Ignacio Cabrera",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/UN-FAO/fastjs.git/issues"
  },
  "homepage": "https://github.com/UN-FAO/fastjs.git#readme",
  "dependencies": {
    "await-to-js": "^2.0.1",
    "axios": "^0.18.0",
    "bluebird": "^3.5.2",
    "fast-fluent": "^0.1.17",
    "fluent-formio": "^0.1.4",
    "lokijs": "^1.5.5",
    "md5": "^2.2.1",
    "moment": "^2.22.2",
    "uuid": "^3.2.1"
  },
  "devDependencies": {
    "axios-mock-adapter": "^1.15.0",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.3",
    "babel-loader": "^7.1.4",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-stage-2": "^6.24.1",
    "buffer": "^5.2.1",
    "chai": "^4.1.2",
    "custom-event": "^1.0.1",
    "eslint": "^4.19.1",
    "eslint-loader": "^2.0.0",
    "isomorphic-fetch": "^2.2.1",
    "jsdom": "11.11.0",
    "jsdom-global": "3.0.2",
    "lodash-webpack-plugin": "^0.11.5",
    "mocha": "^5.2.0",
    "mocha-webpack": "^2.0.0-beta.0",
    "mock-local-storage": "^1.0.5",
    "node-fetch": "^2.2.0",
    "webpack": "^4.20.2",
    "webpack-bundle-analyzer": "^2.13.1",
    "webpack-cli": "^3.1.1",
    "webpack-node-externals": "^1.7.2",
    "xmlhttprequest": "^1.8.0",
    "yargs": "^11.0.0"
  }
}
