{
  "name": "tinymce-light-skin",
  "version": "1.3.1",
  "description": "Pixabay's Light TinyMCE skin with all assets bundled in the JS.",
  "main": "lib/skin.js",
  "scripts": {
    "build": "webpack",
    "test": "npm run build && eslint lib && mocha 'test/**/*.js'",
    "prepublish": "npm run build"
  },
  "keywords": [
    "tinymce",
    "theme",
    "skin"
  ],
  "author": "Brent Burgoyne",
  "license": "MIT",
  "devDependencies": {
    "base64-font-loader": "0.0.4",
    "css-loader": "^0.26.1",
    "eslint": "^3.19.0",
    "jsdom": "^9.10.0",
    "mocha": "^3.2.0",
    "mocha-jsdom": "^1.1.0",
    "style-loader": "^0.13.1",
    "url-loader": "^0.5.7",
    "webpack": "^2.2.1"
  },
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brentburg/tinymce-light-skin.git"
  },
  "bugs": {
    "url": "https://github.com/brentburg/tinymce-light-skin/issues"
  },
  "homepage": "https://github.com/brentburg/tinymce-light-skin#readme",
  "eslintConfig": {
    "env": {
      "browser": true,
      "commonjs": true,
      "es6": false
    }
  }
}
