{
  "name": "@formio/bootstrap3",
  "version": "2.12.4-rc.1",
  "description": "Bootstrap 3 templates for form.io",
  "main": "lib/index.js",
  "scripts": {
    "test:coverage": "nyc --reporter=text mocha --reporter spec './{,!(node_modules)/**/}*.spec.js'",
    "test": "mocha --require ts-node/register --reporter spec './{,!(node_modules)/**/}*.spec.ts'",
    "watch": "tsc -w",
    "build": "tsc && gulp templates && webpack",
    "lint": "tslint -p .",
    "prepublish": "npm run build"
  },
  "pre-commit": [
    "lint",
    "test"
  ],
  "files": [
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/formio/bootstrap3.git"
  },
  "keywords": [
    "Form.io",
    "USWDS",
    "Us",
    "Web",
    "Design",
    "Standards"
  ],
  "devDependencies": {
    "@types/chai": "^4.2.22",
    "@types/ejs": "^3.1.0",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.10.2",
    "@types/sinon": "^10.0.4",
    "chai": "^4.3.4",
    "copy-props": "^3.0.1",
    "gulp": "^4.0.2",
    "gulp-insert": "^0.5.0",
    "gulp-rename": "^2.0.0",
    "gulp-template": "^5.0.0",
    "mocha": "^9.2.0",
    "nyc": "^15.1.0",
    "pre-commit": "^1.2.2",
    "sinon": "^11.1.2",
    "ts-node": "^10.2.1",
    "ts-sinon": "^2.0.2",
    "tslint": "^6.1.3",
    "typescript": "~4.1.6",
    "webpack": "^5.53.0",
    "webpack-cli": "^4.8.0"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/formio/bootstrap3/issues"
  },
  "homepage": "https://github.com/formio/bootstrap3#readme",
  "dependencies": {
    "resize-observer-polyfill": "^1.5.1"
  }
}
