{
  "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": "^5.2.17",
    "colorize": "~0.1",
    "escodegen": "^1.6.1",
    "file-fuser": ">=0.0.8",
    "life_star": ">=0.8.3",
    "lively.ast": "^0.2.4",
    "optparse": "~1.0",
    "shelljs": "~0.2",
    "sqlite3": "~3.0.5",
    "watch": "~0.8.0",
    "websocket": "1.0.17",
    "lively.lang": ">=0.4.1",
    "lively-loader": "^0.2.5"
  },
  "scripts": {
    "test": "$npm_node_execpath bin/lk-test.js",
    "start": "$npm_node_execpath bin/lk-server.js"
  },
  "config": {
    "testQuery": ""
  },
  "devDependencies": {},
  "optionalDependencies": {}
}
