{
  "name": "contextjs",
  "description": "Context Oriented Programming (COP) for ECMAScript 6",
  "main": "module_import.js",
  "authors": [
    "Jens Lincke <jens.lincke@hpi.de>",
    "Stefan Lehmann <stefan.lehmann@student.hpi.uni-potsdam.de>",
    "Robert Krahn <robert.krahn@gmail.com>",
    "Jakob Reschke <jakres@gmail.com>",
    "Marianne Thieffry <marianne.thieffry@gmail.com>"
  ],
  "license": "MIT",
  "keywords": [
    "COP",
    "Context",
    "Oriented",
    "Programming"
  ],
  "homepage": "https://github.com/LivelyKernel/ContextJS",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "devDependencies": {
    "babel-core": "^6.7.7",
    "babel-plugin-array-includes": "^2.0.3",
    "babel-polyfill": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "chai": "^3.5.0",
    "karma": "^0.13.22",
    "karma-babel-preprocessor": "^6.0.1",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^0.2.3",
    "karma-commonjs": "^1.0.0",
    "karma-firefox-launcher": "^0.1.7",
    "karma-ie-launcher": "^0.2.0",
    "karma-mocha": "^0.2.2",
    "karma-opera-launcher": "^0.3.0",
    "karma-phantomjs-launcher": "^1.0.0",
    "karma-safari-launcher": "^0.1.1",
    "mocha": "^2.4.5",
    "phantomjs-prebuilt": "^2.1.7"
  },
  "dependencies": {}
}
