{
  "name": "isocall",
  "version": "0.0.6",
  "description": "A small framework & library which is designed to build method-invocation-like service and client supporting many protocols and transports, such as native services, restful/http, websocket, and RPCs, especially in a **isomorphic** way.",
  "repository": "https://github.com/henryleu/isocall",
  "license": "MIT",
  "author": {
    "name": "Henry Leu",
    "email": "henryleu@126.com",
    "url": "https://github.com/henryleu"
  },
  "scripts": {
    "lint": "./node_modules/.bin/eslint src test",
    "test": "./node_modules/mocha/bin/mocha test",
    "dev": "./node_modules/.bin/babel src -d dist -w -s",
    "build": "./node_modules/.bin/babel src -d dist -s"
  },
  "main": "dist/index.js",
  "dependencies": {},
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "chai": "^4.1.1",
    "eslint": "^4.4.1",
    "eslint-config-standard": "^10.2.1",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-mocha": "^4.11.0",
    "eslint-plugin-node": "^5.1.1",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^3.0.1",
    "mocha": "^3.5.0"
  },
  "babel": {
    "presets": [
      "es2015",
      "stage-2"
    ]
  }
}
