{
  "name": "kevoree-entities",
  "version": "9.2.4",
  "description": "Kevoree Entities - Set of abstract Kevoree entities (group, node, channel, component)",
  "author": "Maxime Tricoire <max.tricoire@gmail.com>",
  "main": "kevoree-entities.js",
  "typings": "kevoree-entities.d.ts",
  "scripts": {
    "prepublish": "npm test",
    "lint": "eslint kevoree-entities.js lib test",
    "pretest": "npm run lint",
    "test": "mocha test"
  },
  "keywords": [
    "kevoree",
    "api",
    "component",
    "channel",
    "group",
    "node"
  ],
  "contributors": [],
  "bugs": {
    "url": "https://github.com/kevoree/kevoree-js/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kevoree/kevoree-js"
  },
  "devDependencies": {
    "eslint": "^4.3.0",
    "eslint-config-kevoree": "^1.0.1",
    "mocha": "^3.4.2"
  },
  "dependencies": {
    "kevoree-library": "^5.0.13",
    "pseudoclass": "^1.0.3"
  },
  "license": "LGPL-3.0"
}
