{
  "name": "lively.graphics",
  "version": "0.1.0",
  "dependencies": {
    "lively.lang": "^0.7.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/LivelyKernel/lively.graphics"
  },
  "systemjs": {
    "map": {
      "mocha-es6": "./node_modules/mocha-es6/mocha-es6.js"
    }
  },
  "lively": {
    "main": "index.js",
    "packageMap": {
      "lively.lang": "./node_modules/lively.lang"
    }
  },
  "scripts": {
    "test": "mocha-es6 tests/*-test.js"
  },
  "devDependencies": {
    "mocha-es6": "^0.3.7"
  }
}
