{
  "name": "lively4-core",
  "version": "0.9.0",
  "description": "A browsers-based self supporting Morphic and JavaScript development and runtime environment.",
  "keywords": [
    "lively",
    "lively4",
    "module",
    "modules",
    "loader",
    "compiler",
    "lively-kernel"
  ],
  "homepage": "https://github.com/LivelyKernel/lively4-core/",
  "bugs": {
    "url": "https://github.com/LivelyKernel/lively4-core/issues",
    "email": "lively-kernel@hpi.uni-potsdam.de"
  },
  "license": "MIT",
  "contributors": [
    {
      "name": "Stefan Lehmann",
      "email": "stefan.lehmann@hpi.de",
      "url": "https://github.com/onsetsu"
    },
    {
      "name": "Jens Lincke",
      "email": "jens.lincke@hpi.de"
    },
    {
      "name": "Tim Felgentreff",
      "email": "tim.felgentreff@hpi.de"
    }
  ],
  "files": [
    "src/client/lively.js"
  ],
  "main": "src/client/lively.js",
  "directories": {
    "lib": "src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LivelyKernel/lively4-core.git"
  },
  "scripts": {
    "test": "karma start karma.conf.js --single-run"
  },
  "dependencies": {
    "@timkendrick/monaco-editor": "^0.0.9"
  },
  "devDependencies": {
    "karma": "^0.13.22",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^0.1.10",
    "karma-mocha": "^0.2.0",
    "karma-mocha-reporter": "^1.0.2",
    "karma-requirejs": "^0.2.2",
    "mocha": "^2.2.5",
    "requirejs": "^2.1.20",
    "node-forge": "0.7.5",
    "bootstrap-css-only": "4.1.0"
  },
  "engines": {
    "node": ">= 0.12.4",
    "npm": "~2.10.1"
  }
}
