{
  "name": "snakey",
  "version": "0.3.1",
  "description": "An Obeserver-based web microframework for Node.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://github.com/ILikePizza555/Snakey",
  "author": "Isaac Avram <avrisaac555@gmail.com>",
  "license": "MIT",
  "keywords": [
    "Observable",
    "web",
    "http",
    "rxjs",
    "path",
    "snakey",
    "snake",
    "stream",
    "bite"
  ],
  "dependencies": {
    "path-to-regexp": "^3.0.0",
    "rxjs": "^6.4.0",
    "typescript": "^3.3.3333",
    "uri-js": "^4.2.2"
  },
  "devDependencies": {
    "@types/mocha": "^5.2.6",
    "@types/node": "^11.10.5",
    "eslint": "^5.14.1",
    "eslint-config-google": "^0.12.0",
    "eslint-plugin-jsdoc": "^4.1.1",
    "gulp": "^4.0.0",
    "gulp-clean": "^0.4.0",
    "gulp-mocha": "^6.0.0",
    "gulp-typescript": "^5.0.0",
    "mocha": "^6.0.2",
    "should": "^13.2.3",
    "ts-node": "^8.0.3"
  }
}
