{
  "name": "can-ndjson-stream",
  "version": "1.0.2",
  "description": "",
  "homepage": "",
  "repository": {
    "type": "git",
    "url": "git://github.com/canjs/can-ndjson-stream.git"
  },
  "author": {
    "name": "Bitovi",
    "email": "contact@bitovi.com",
    "url": "http://bitovi.com"
  },
  "scripts": {
    "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-local": "DEBUG=testee:* testee test.html --browsers chrome",
    "test": "npm run detect-cycle && npm run jshint && node test.js",
    "test-local": "npm run jshint && npm run testee-local",
    "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",
    "build": "node build.js",
    "develop": "done-serve --static --develop --port 8080",
    "demo": "cd demo/ && npm i && npm run start",
    "http-server": "http-server -p 3000 --silent",
    "ci": "npm run build && npm run test && node ./test-sauce-labs.js",
    "detect-cycle": "detect-cyclic-packages --ignore done-serve"
  },
  "main": "can-ndjson-stream",
  "keywords": [],
  "steal": {
    "main": "can-ndjson-stream",
    "configDependencies": [
      "live-reload"
    ],
    "npmIgnore": [
      "testee",
      "generator-donejs",
      "donejs-cli",
      "steal-tools"
    ]
  },
  "devDependencies": {
    "detect-cyclic-packages": "^1.1.0",
    "http-server": "^0.11.0",
    "jshint": "^2.9.1",
    "saucelabs": "^2.1.9",
    "steal": "^1.0.5",
    "steal-qunit": "^2.0.0",
    "steal-tools": "^2.2.2",
    "test-saucelabs": "0.0.6",
    "testee": "^0.9.1"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://opensource.org/licenses/MIT"
    }
  ],
  "false": {},
  "dependencies": {
    "can-namespace": "^1.0.0"
  }
}
