{
  "name": "backbone-fractal",
  "version": "1.1.1",
  "description": "Lightweight composite views for Backbone",
  "keywords": [
    "backbone",
    "view",
    "composite",
    "composition",
    "collection"
  ],
  "author": "Julian Gonggrijp",
  "license": "BSD-3-Clause",
  "bugs": "https://gitlab.com/jgonggrijp/backbone-fractal/issues",
  "repository": "gitlab:jgonggrijp/backbone-fractal",
  "main": "backbone-fractal.js",
  "browser": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src",
    "*.js",
    "*.map"
  ],
  "scripts": {
    "start": "gulp",
    "build": "gulp dist",
    "test": "gulp test && gulp test --lodash",
    "prepare": "yarn build",
    "prepublishOnly": "yarn test"
  },
  "browserslist": [
    "defaults",
    "not ie < 10"
  ],
  "peerDependencies": {
    "backbone": "^1.4",
    "jquery": "^3.3"
  },
  "devDependencies": {
    "@types/backbone": "^1.4.1",
    "@types/jasmine": "^3.4.0",
    "@types/jquery": "^3.3.31",
    "@types/lodash": "^4.14.138",
    "@types/node": "^12.7.4",
    "@types/underscore": "^1.9.3",
    "backbone": "^1.4.0",
    "browserify": "^16.5.0",
    "del": "^5.1.0",
    "exposify": "^0.5.0",
    "fancy-log": "^1.3.2",
    "glob": "^7.1.4",
    "gulp": "4",
    "gulp-cli": "^2.2.0",
    "gulp-connect": "^5.6.1",
    "gulp-jasmine-browser": "^4.0.0",
    "gulp-load-plugins": "^2.0.1",
    "gulp-sourcemaps": "^2.6.5",
    "gulp-typescript": "^5.0.1",
    "gulp-uglify": "^3.0.1",
    "jasmine-core": "~3.4.0",
    "jquery": "^3.4.1",
    "lodash": "^4.17.15",
    "phantomjs-prebuilt": "^2.1.16",
    "plugin-error": "^1.0.1",
    "streamqueue": "^1.1.2",
    "ts-node": "^8.3.0",
    "tsify": "^4.0.0",
    "typescript": "^3.6.2",
    "underscore": "^1.9.1",
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^2.0.0",
    "watchify": "^3.11.0",
    "yargs": "^14.0.0"
  }
}
