{
  "name": "can-restless",
  "version": "0.12.5",
  "description": "can-connect client for Flask-Restless",
  "repository": "https://github.com/roemhildtg/can-restless",
  "main": "index.js",
  "watch": {
    "lint": "**/*.js",
    "test": "**/*.js"
  },
  "scripts": {
    "pretest": "npm run lint",
    "test": "testee test/index.html --reporter Spec --browsers firefox",
    "build": "steal-tools",
    "watch": "npm-watch",
    "docs": "documentjs -d -f",
    "postdocs": "node docs-bundle",
    "prepublish-docs": "git checkout gh-pages && git merge master",
    "publish-docs": "npm run docs && git add docs -f && git commit -m docs && git push origin gh-pages -f && git checkout master",
    "export": "node build.js",
    "lint": "eslint . --fix",
    "preversion": "npm run lint",
    "postversion": "npm run export && npm publish && git push origin master && git push --tags && npm run changelog",
    "changelog": "changelog can-restless all > CHANGELOG.md && git add . && git commit . -m changelog && git push origin master"
  },
  "author": "roemhildtg",
  "license": "MIT",
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "changelog": "^1.4.0",
    "documentjs": "^0.4.4",
    "eslint": "^4.2.0",
    "npm-watch": "^0.2.0",
    "steal": "^1.5.5",
    "steal-qunit": "^1.0.1",
    "steal-stache": "^3.1.0",
    "steal-tools": "^1.6.0",
    "testee": "^0.7.0"
  },
  "dependencies": {
    "can-cid": "1.0.3",
    "can-component": "3.3.0",
    "can-compute": "3.3.1",
    "can-connect": "1.5.3",
    "can-connect-cloneable": "0.2.0",
    "can-connect-feathers": "3.6.0",
    "can-connect-ndjson": "0.1.1",
    "can-connect-signalr": "0.2.0",
    "can-construct": "3.2.0",
    "can-construct-super": "3.1.0",
    "can-control": "3.2.0",
    "can-define": "1.3.2",
    "can-define-stream": "0.2.1",
    "can-define-stream-kefir": "0.1.0",
    "can-define-validate-validatejs": "0.1.1",
    "can-deparam": "1.0.1",
    "can-ejs": "3.1.2",
    "can-event": "3.5.0",
    "can-fixture": "1.1.0",
    "can-fixture-socket": "0.7.0",
    "can-jquery": "3.2.1",
    "can-list": "3.2.0",
    "can-map": "3.3.1",
    "can-map-backup": "3.1.0",
    "can-map-define": "3.1.1",
    "can-namespace": "1.0.0",
    "can-ndjson-stream": "0.1.4",
    "can-observation": "3.3.1",
    "can-param": "1.0.1",
    "can-react-component": "0.1.6",
    "can-reflect": "1.2.3",
    "can-route": "3.2.0",
    "can-route-pushstate": "3.1.0",
    "can-set": "1.3.0",
    "can-simple-dom": "1.0.10",
    "can-simple-map": "3.3.0",
    "can-stache": "3.2.0",
    "can-stache-bindings": "3.4.4",
    "can-stache-converters": "3.2.0",
    "can-stache-key": "0.0.3",
    "can-stream": "0.3.1",
    "can-stream-kefir": "0.3.1",
    "can-symbol": "1.0.0",
    "can-types": "1.1.0",
    "can-util": "3.9.6",
    "can-validate": "1.1.0",
    "can-validate-legacy": "1.1.0",
    "can-validate-validatejs": "0.1.0",
    "can-vdom": "3.1.0",
    "can-view-autorender": "3.1.0",
    "can-view-callbacks": "3.2.0",
    "can-view-href": "3.1.0",
    "can-view-import": "3.1.0",
    "can-view-live": "3.2.0",
    "can-view-model": "3.4.0",
    "can-view-nodelist": "3.1.0",
    "can-view-parser": "3.4.0",
    "can-view-scope": "3.3.0",
    "can-view-target": "3.1.0",
    "can-zone": "0.6.10",
    "jquery": "^3.2.1"
  }
}
