{
  "name": "kd-core",
  "version": "0.1.3",
  "description": "core module for kd",
  "main": "index.coffee",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kdmodules/core.git"
  },
  "keywords": [
    "kd",
    "core",
    "koding",
    "kdmodules",
    "kdapp",
    "coffeescript",
    "kdjs"
  ],
  "author": "Koding <hello@koding.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kdmodules/core/issues"
  },
  "homepage": "https://github.com/kdmodules/core",
  "dependencies": {
    "kd-shim-inflector": "*",
    "kd-shim-htmlencode": "*",
    "kd-polyfills": "^0.1.0",
    "kd-dom": "^0.1.0",
    "jquery": "^2.1.1",
    "kd-tooltip": "^0.1.0",
    "kd-overlay": "^0.1.0",
    "kd-notifications": "^0.1.0"
  },
  "browser": {
    "inflector": "kd-shim-inflector",
    "htmlencode": "kd-shim-htmlencode",
    "browser-polyfills": "kd-polyfills",
    "tooltip": "kd-tooltip",
    "overlay": "kd-overlay",
    "notifications": "kd-notifications",
    "notifications/NotificationView": "kd-notifications/NotificationView",
    "tooltip/Tooltip": "kd-tooltip/Tooltip",
    "overlay/OverlayView": "kd-overlay/OverlayView"
  },
  "devDependencies": {}
}