{
  "_from": "formiojs-backend",
  "_id": "formiojs-backend@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-CBWtfDBBqP4i0qFG2o5fdBH7n8EGIEW0Gb2Ht/OWoWqXRRt2fFrrl9eIaqMnfso98V8pxux5Ag+W58Kfb243sw==",
  "_location": "/formiojs-backend",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "formiojs-backend",
    "name": "formiojs-backend",
    "escapedName": "formiojs-backend",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/formiojs-backend/-/formiojs-backend-1.0.5.tgz",
  "_shasum": "e01804c0a6d9f530d874d763533507433c090368",
  "_spec": "formiojs-backend",
  "_where": "/home/rickwarren/formio",
  "author": {
    "name": "Rick Warren",
    "email": "warren.rick@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/riwarren/formiojs-backend/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Form.io JS library re-written for backend node.js use",
  "devDependencies": {
    "Q": "^1.0.0",
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "debug": "^4.1.1",
    "jsonwebtoken": "^8.5.1",
    "q": "^1.5.1",
    "request": "^2.88.0",
    "rimraf": "^2.6.3"
  },
  "homepage": "https://github.com/riwarren/formiojs-backend#readme",
  "keywords": [
    "formio",
    "form.io",
    "formiojs",
    "forms"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "formiojs-backend",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/riwarren/formiojs-backend.git"
  },
  "scripts": {
    "build": "rimraf dist/ && babel ./ --out-dir dist/ --ignore ./node_modules,./.babelrc,./package.json,./npm-debug.log --copy-files",
    "start": "npm run build && node dist/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "1.0.6"
}
