{
  "name": "vivio",
  "version": "0.0.10",
  "description": "",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist/index.js",
    "dist/index.d.ts",
    "dist/src"
  ],
  "scripts": {
    "test": "mocha dist/test --recursive",
    "prepublish": "tsc && mocha dist/test --recursive",
    "dev": "concurrently 'mocha dist/test --recursive -w' 'tsc -w'",
    "diag": "tsc --noEmit --diagnostics --lib es5,dom,es2015.promise"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/chai": "^3.4.34",
    "@types/mocha": "^2.2.33",
    "@types/sinon-chai": "^2.7.26",
    "chai": "^3.5.0",
    "concurrently": "^3.1.0",
    "mocha": "^3.2.0",
    "sinon": "^1.17.6",
    "sinon-chai": "^2.8.0",
    "typescript": "^2.1.4"
  },
  "dependencies": {
    "vue": "^2.1.6",
    "vue-hot-reload-api": "^2.0.6",
    "vue-router": "^2.1.1"
  }
}
