{
  "name": "lively4-services",
  "version": "1.0.0",
  "description": "Services for LivelyKernel",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "./node_modules/jasmine/bin/jasmine.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LivelyKernel/lively4-services.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/LivelyKernel/lively4-services/issues"
  },
  "homepage": "https://github.com/LivelyKernel/lively4-services",
  "dependencies": {
    "babel-polyfill": "^6.8.0",
    "bluebird": "^3.1.1",
    "forever-monitor": "^1.7.0",
    "git-clone": "^0.1.0",
    "http-proxy": "^1.14.0",
    "lively4-server": "git://github.com/LivelyKernel/lively4-server.git",
    "lodash": "^4.12.0",
    "node-inspector": "git://github.com/LivelyKernel/node-inspector.git",
    "promisify-node": "^0.4.0",
    "request": "^2.72.0",
    "rimraf": "^2.5.2",
    "url": "^0.11.0"
  },
  "devDependencies": {
    "jasmine": "^2.4.1"
  }
}
