{
  "name": "@dragon/core",
  "version": "0.1.11",
  "description": "Dragon library core",
  "main": "core.es5.js",
  "module": "core.js",
  "scripts": {
    "build": "webpack"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/luckylooke/dragon.git"
  },
  "author": "Ctibor Laky <luckylooke@gmail.com> (github.com/luckylooke)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/luckylooke/dragon/issues"
  },
  "homepage": "https://github.com/luckylooke/dragon",
  "dependencies": {
    "middle.js": "^3.0.3"
  },
  "devDependencies": {
    "css-loader": "^0.28.7",
    "style-loader": "^0.18.2"
  }
}
