{
  "_from": "@formio/bootstrap3@^2.6.2",
  "_id": "@formio/bootstrap3@2.6.6",
  "_inBundle": false,
  "_integrity": "sha512-4ltAz1qt9EKjLm4tvpoMHc/0bi/fb8BBxtguTQtFNy95SOriitORzS7C23NUklvQdFjMHWEAOZsXNRBmF5GSbQ==",
  "_location": "/@formio/bootstrap3",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@formio/bootstrap3@^2.6.2",
    "name": "@formio/bootstrap3",
    "escapedName": "@formio%2fbootstrap3",
    "scope": "@formio",
    "rawSpec": "^2.6.2",
    "saveSpec": null,
    "fetchSpec": "^2.6.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@formio/bootstrap3/-/bootstrap3-2.6.6.tgz",
  "_shasum": "9a16133fa29f41bf8d7d258d843ed0cdac04a645",
  "_spec": "@formio/bootstrap3@^2.6.2",
  "_where": "C:\\Lab\\GitLab\\Formio\\publish_npm_package\\formio\\formiojs",
  "author": {
    "name": "Randall Knutson",
    "email": "randall@form.io"
  },
  "bugs": {
    "url": "https://github.com/formio/bootstrap3/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "resize-observer-polyfill": "^1.5.1"
  },
  "deprecated": false,
  "description": "Bootstrap 3 templates for form.io",
  "devDependencies": {
    "@types/chai": "^4.2.12",
    "@types/ejs": "^3.0.4",
    "@types/mocha": "^8.0.3",
    "@types/node": "^14.6.1",
    "@types/sinon": "^9.0.5",
    "chai": "^4.2.0",
    "gulp": "^4.0.2",
    "gulp-insert": "^0.5.0",
    "gulp-rename": "^2.0.0",
    "gulp-template": "^5.0.0",
    "mocha": "^8.1.2",
    "nyc": "^15.1.0",
    "pre-commit": "^1.2.2",
    "sinon": "^9.0.3",
    "ts-node": "^8.10.2",
    "ts-sinon": "^1.2.1",
    "tslint": "^6.1.3",
    "typescript": "^3.9.7",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/formio/bootstrap3#readme",
  "keywords": [
    "Form.io",
    "USWDS",
    "Us",
    "Web",
    "Design",
    "Standards"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@formio/bootstrap3",
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/formio/bootstrap3.git"
  },
  "scripts": {
    "build": "tsc && gulp templates && webpack",
    "lint": "tslint -p .",
    "prepublish": "npm run build",
    "test": "mocha --require ts-node/register --reporter spec './{,!(node_modules)/**/}*.spec.ts'",
    "test:coverage": "nyc --reporter=text mocha --reporter spec './{,!(node_modules)/**/}*.spec.js'",
    "watch": "tsc -w"
  },
  "version": "2.6.6"
}
