{
  "name": "neweb",
  "version": "0.7.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "tsc && tslint --project tsconfig.json && jest --verbose --coverage",
    "watch:test": "jest --watch",
    "build": "webpack --mode=development",
    "build:watch": "webpack -w --mode=development"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/newebio/neweb.git"
  },
  "bin": {
    "neweb": "./bin.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/newebio/neweb/issues"
  },
  "homepage": "https://github.com/newebio/neweb#readme",
  "jest": {},
  "devDependencies": {
    "@types/jest": "^22.2.2",
    "coveralls": "^3.0.0",
    "jest": "^22.4.3",
    "tslint": "^5.9.1",
    "typescript": "^2.8.1",
    "webpack-cli": "^2.0.13"
  },
  "dependencies": {
    "@types/cookie-parser": "^1.4.1",
    "@types/express": "^4.11.1",
    "@types/is-absolute-url": "^2.1.0",
    "@types/mkdirp": "^0.5.2",
    "@types/node": "^9.6.2",
    "@types/react": "^16.1.0",
    "@types/react-dom": "^16.0.4",
    "@types/socket.io": "^1.4.33",
    "@types/socket.io-client": "^1.4.32",
    "@types/uid-safe": "^2.1.1",
    "cookie-parser": "^1.4.3",
    "express": "^4.16.3",
    "is-absolute-url": "^2.1.0",
    "mkdirp": "^0.5.1",
    "neweb-cli": "^0.0.4",
    "neweb-pack": "^0.1.1",
    "onemitter": "^0.2.4",
    "react": "^16.3.0",
    "react-dom": "^16.3.0",
    "socket.io": "^2.1.0",
    "socket.io-client": "^2.1.0",
    "uid-safe": "^2.1.5",
    "with-error": "^0.0.1"
  }
}
