{
  "name": "can-construct-super",
  "version": "3.2.1",
  "description": "Provides a reference to the prototypal parent using this._super in can-construct objects",
  "main": "can-construct-super",
  "scripts": {
    "preversion": "npm test && npm run build",
    "version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
    "postversion": "git push --tags && git checkout master && git branch -D release && git push",
    "testee": "testee test/test.html --browsers firefox",
    "test": "npm run detect-cycle && npm run jshint && npm run testee",
    "jshint": "jshint ./*.js --config",
    "release:pre": "npm version prerelease && npm publish --tag=pre",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish",
    "build": "node build.js",
    "develop": "done-serve --static --develop --port 8080",
    "detect-cycle": "detect-cyclic-packages --ignore done-serve"
  },
  "keywords": [
    "canjs",
    "donejs"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/canjs/can-construct-super.git"
  },
  "author": "Bitovi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/canjs/can-construct-super/issues"
  },
  "homepage": "https://github.com/canjs/can-construct-super#readme",
  "dependencies": {
    "can-construct": "^3.2.0",
    "can-reflect": "^1.6.0"
  },
  "devDependencies": {
    "bit-docs": "0.0.7",
    "detect-cyclic-packages": "^1.1.0",
    "jshint": "^2.9.3",
    "steal": "^1.2.8",
    "steal-qunit": "^2.0.0",
    "steal-tools": "^1.1.2",
    "testee": "^0.9.0"
  },
  "steal": {
    "main": "can-construct-super",
    "npmIgnore": [
      "documentjs",
      "testee",
      "generator-donejs",
      "donejs-cli",
      "steal-tools"
    ]
  }
}
