{
  "name": "can-observable-mixin",
  "description": "Define properties on JavaScript classes",
  "version": "1.2.0",
  "author": {
    "name": "Bitovi",
    "email": "contact@bitovi.com",
    "url": "http://bitovi.com"
  },
  "browserslist": "ie 11",
  "bugs": {
    "url": "https://github.com/canjs/can-observable-mixin/issues"
  },
  "dependencies": {
    "can-assign": "^1.3.1",
    "can-define-lazy-value": "^1.1.0",
    "can-event-queue": "^1.1.5",
    "can-log": "^1.0.0",
    "can-namespace": "^1.0.0",
    "can-observation": "^4.1.2",
    "can-observation-recorder": "^1.3.0",
    "can-queues": "^1.2.1",
    "can-reflect": "^1.17.9",
    "can-simple-observable": "^2.5.0",
    "can-string-to-any": "^1.2.0",
    "can-symbol": "^1.6.0",
    "can-type": "^1.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/preset-env": "^7.4.5",
    "@webcomponents/custom-elements": "^1.2.4",
    "can-reflect-tests": "^1.0.0",
    "can-test-helpers": "^1.1.4",
    "detect-cyclic-packages": "^1.1.0",
    "fixpack": "^2.3.1",
    "http-server": "^0.11.1",
    "jshint": "^2.9.1",
    "steal": "^2.2.1",
    "steal-qunit": "^2.0.0",
    "test-saucelabs": "0.0.6",
    "testee": "^0.9.0"
  },
  "homepage": "https://github.com/canjs/can-observable-mixin",
  "keywords": [
    "CanJS"
  ],
  "license": "MIT",
  "main": "dist/mixins.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/canjs/can-observable-mixin.git"
  },
  "scripts": {
    "ci": "npm run test && node test/test-saucelabs.js",
    "compile-to-es5": "babel src --out-dir dist",
    "detect-cycle": "detect-cyclic-packages --ignore fsevents",
    "http-server": "http-server -p 3000 --silent",
    "jshint": "jshint src/*.js test/*.js --config",
    "lint": "fixpack && npm run jshint",
    "postversion": "git push --follow-tags",
    "prepublishOnly": "npm run compile-to-es5",
    "preversion": "npm test",
    "release:major": "npm version major && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:patch": "npm version patch && npm publish",
    "release:pre": "npm version prerelease && npm publish --tag pre",
    "test": "npm run detect-cycle && npm run lint && npm run testee",
    "testee": "testee test/test.html --browsers firefox"
  },
  "steal": {
    "main": "src/mixins.js"
  }
}
