{
  "name": "sebas",
  "version": "2.1.1",
  "description": "DIY nodejs server for dev environment and internal projects",
  "main": "./src/sebas.js",
  "scripts": {
    "test": "jasmine",
    "test-matchpath": "jasmine ./src/path.match.spec.js --random=false",
    "test-sebas-get": "jasmine ./src/sebas.get.spec.js --random=false",
    "test-sebas-post": "jasmine ./src/sebas.post.spec.js --random=false",
    "start": "node ./tests/tests.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jp6rt/sebas.git"
  },
  "keywords": [
    "sebas",
    "jpart"
  ],
  "author": "jp6rt",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jp6rt/sebas/issues"
  },
  "homepage": "https://github.com/jp6rt/sebas#readme",
  "devDependencies": {
    "eslint": "^4.19.1",
    "jasmine": "^3.1.0"
  },
  "dependencies": {
    "@jp6rt/cli-logger": "^1.0.9",
    "@jp6rt/utils": "^1.0.4",
    "chalk": "^2.4.0",
    "rxjs": "^5.5.10",
    "sb-hashedstore": "^1.0.1"
  }
}
