{
  "name": "entity-network",
  "version": "0.3.6",
  "description": "This package implements entity network paradigm to work with data",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Yolziii/EntityNetwork.js.git"
  },
  "keywords": [
    "entity",
    "network",
    "data"
  ],
  "author": "yolziii <yolziii@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Yolziii/EntityNetwork.js/issues"
  },
  "homepage": "https://github.com/Yolziii/EntityNetwork.js#readme",
  "devDependencies": {
    "body-parser": "^1.18.2",
    "chai": "^4.1.2",
    "express": "^4.16.2",
    "gulp": "^3.9.1",
    "gulp-clean": "^0.3.2",
    "gulp-concat": "^2.6.1",
    "gulp-depend": "^1.1.0",
    "gulp-mocha": "^4.3.1",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.6.1",
    "gulp-uglify": "^3.0.0",
    "gulp-zip": "^4.0.0",
    "https": "^1.0.0",
    "mocha": "^4.0.1",
    "node-schedule": "^1.2.5",
    "nyc": "^11.4.0",
    "pump": "^2.0.0",
    "request": "^2.83.0",
    "gulp-jsmin": "^0.1.5",
    "merge-stream": "^1.0.1"
  },
  "directories": {
    "doc": "docs",
    "test": "test"
  }
}
