{
  "name": "done-mutation-observer",
  "version": "1.0.2",
  "main": "done-mutation-observer.js",
  "description": "A quasi mutation observer polyfill (sort of)",
  "homepage": "https://github.com/donejs/done-mutation-observer",
  "repository": {
    "type": "git",
    "url": "git://github.com/donejs/done-mutation-observer.git"
  },
  "author": {
    "name": "DoneJS Contributors",
    "email": "contact@bitovi.com",
    "url": "https://donejs.com/"
  },
  "license": "MIT",
  "scripts": {
    "preversion": "npm run testee-chrome",
    "version": "git commit -am \"Update version number\"",
    "postpublish": "git push --tags && git push",
    "testee": "testee test.html --browsers firefox",
    "testee-chrome": "testee test.html --browsers chrome",
    "test": "npm run jshint && npm run testee",
    "jshint": "jshint ./*.js --config",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish"
  },
  "keywords": [
    "",
    "donejs-plugin"
  ],
  "devDependencies": {
    "can-vdom": "^4.3.0",
    "jsdom": "^11.11.0",
    "jshint": "^2.9.1",
    "steal": "^2.1.1",
    "steal-qunit": "^1.0.1",
    "steal-tools": "^2.0.0",
    "testee": "^0.7.0",
    "minimalistic-crypto-utils": "1.0.1",
    "nwsapi": "2.0.7"
  },
  "steal": {
    "meta": {
      "minimalistic-crypto-utils": {
        "format": "cjs"
      },
      "nwsapi": {
        "format": "cjs"
      }
    }
  },
  "dependencies": {
    "can-child-nodes": "^1.2.0"
  }
}
