{
  "author": "The Lively Kernel Team <team@lively-web.org>",
  "name": "livelykernel",
  "description": "The Lively Kernel core system",
  "version": "2.2.0",
  "homepage": "http://lively-web.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/LivelyKernel/LivelyKernel.git"
  },
  "main": "core/lively/bootstrap.js",
  "dependencies": {
    "async": "~0.9",
    "babel-core": "^6.4.5",
    "babel-preset-es2015": "^6.3.13",
    "colorize": "~0.1",
    "escodegen": "^1.8.0",
    "life_star": ">=0.8.5",
    "lively-loader": ">=0.2.5",
    "lively.ast": "*",
    "lively.lang": "^0.5.8",
    "lively.vm": "^0.4.3",
    "mysql": "^2.9.0",
    "optparse": "~1.0",
    "shelljs": "^0.5",
    "source-map-concat": "^1.0.0",
    "sqlite3": "^3.1",
    "systemjs": "^0.19.22",
    "watch": "^0.17",
    "websocket": "1.0.22"
  },
  "scripts": {
    "test": "$npm_node_execpath bin/lk-test.js",
    "start": "$npm_node_execpath bin/lk-server.js"
  },
  "config": {
    "testQuery": ""
  },
  "devDependencies": {},
  "optionalDependencies": {}
}
