{
  "name": "lively4-core",
  "version": "0.1.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": "start.html",
  "lively": {
    "main": "src/client/lively.js",
    "packageMap": {
      "html": "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": {},
  "devDependencies": {
    "browserify": "^11.0.0",
    "chai": "^1.9.1",
    "karma": "^0.13.1",
    "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",
    "sinon-chai": "^2.8.0",
    "systemjs": "^0.18.10"
  },
  "engines": {
    "node": ">= 0.12.4",
    "npm": "~2.10.1"
  },
  "jshintConfig": {
    "esversion": 6
  }
}
