{
  "name": "can-observable-array",
  "version": "1.3.0",
  "description": "Observable arrays",
  "main": "dist/can-observable-array.js",
  "scripts": {
    "compile-to-es5": "babel src --out-dir dist",
    "jshint": "jshint src/*.js test/*.js --config",
    "lint": "npm run jshint",
    "prepublishOnly": "npm run compile-to-es5",
    "preversion": "npm test",
    "postversion": "git push --follow-tags",
    "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",
    "test": "npm run lint && npm run testee",
    "testee": "testee test.html --browsers firefox"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/canjs/can-observable-array.git"
  },
  "keywords": [
    "canjs"
  ],
  "author": "DoneJS Contributors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/canjs/can-observable-array/issues"
  },
  "homepage": "https://github.com/canjs/can-observable-array#readme",
  "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-observable-object": "^1.0.0",
    "can-observation": "^4.2.0",
    "can-type": "^1.1.4",
    "jshint": "^2.9.1",
    "steal": "^2.2.1",
    "steal-conditional": "^1.1.3",
    "steal-qunit": "^2.0.0",
    "testee": "^0.9.1"
  },
  "dependencies": {
    "can-event-queue": "^1.1.6",
    "can-namespace": "^1.0.0",
    "can-observable-mixin": "^1.0.0",
    "can-observation-recorder": "^1.3.0",
    "can-queues": "^1.2.2",
    "can-reflect": "^1.17.10"
  },
  "browserslist": "ie 11",
  "steal": {
    "main": "src/can-observable-array.js",
    "configDependencies": [
      "./node_modules/steal-conditional/conditional.js"
    ]
  }
}
