{
  "name": "can-observable-object",
  "version": "1.1.4",
  "description": "The ObservableObject",
  "homepage": "https://github.com/canjs/can-observable-object",
  "repository": {
    "type": "git",
    "url": "git://github.com/DoneJS/can-observable-object.git"
  },
  "author": {
    "name": "DoneJS Core Team",
    "email": "core@donejs.com",
    "url": "https://github.com/canjs/can-observable-object"
  },
  "scripts": {
    "compile-to-es5": "babel src --out-dir dist",
    "preversion": "npm test && npm run build",
    "version": "git commit -am \"Update version number\" && git checkout -b release && git add -f dist/",
    "postpublish": "git push --tags && git checkout master && git branch -D release && git push",
    "testee": "testee test/test.html --browsers firefox",
    "test": "npm run jshint && npm run testee",
    "jshint": "jshint ./*.js --config",
    "prepublishOnly": "npm run compile-to-es5",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish",
    "release:pre": "npm version prerelease && npm publish --tag pre",
    "build": "node build.js",
    "develop": "done-serve --static --develop --port 8080"
  },
  "main": "dist/can-observable-object.js",
  "keywords": [
    "canjs",
    "donejs-plugin"
  ],
  "steal": {
    "main": "src/can-observable-object.js",
    "configDependencies": [
      "./node_modules/steal-conditional/conditional.js"
    ]
  },
  "dependencies": {
    "can-namespace": "^1.0.0",
    "can-observable-mixin": "^1.0.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.4.4",
    "@babel/core": "^7.4.5",
    "@babel/plugin-proposal-class-properties": "^7.10.1",
    "@babel/preset-env": "^7.4.5",
    "can-reflect": "^1.17.10",
    "can-type": "^1.1.4",
    "jshint": "^2.9.1",
    "steal": "^2.1.6",
    "steal-conditional": "^1.1.3",
    "steal-qunit": "^2.0.0",
    "steal-tools": "^2.0.9",
    "testee": "^0.9.1"
  },
  "license": "MIT",
  "browserslist": "ie 11"
}
