{
  "name": "ohm-loader",
  "version": "0.0.4",
  "description": "Ohm loader for webpack",
  "main": "lib/index.js",
  "scripts": {
    "test": "jest",
    "test:watch": "jest --watch",
    "build": "babel src --out-dir lib",
    "lint": "eslint src/**"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mateuszsikora/ohm-loader.git"
  },
  "keywords": [
    "webpack",
    "ohm",
    "loader"
  ],
  "author": "mateuszsikora",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mateuszsikora/ohm-loader/issues"
  },
  "homepage": "https://github.com/mateuszsikora/ohm-loader#readme",
  "dependencies": {
    "ohm-js": "^0.14.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-jest": "^21.2.0",
    "babel-plugin-rewire": "^1.1.0",
    "babel-preset-es2015": "^6.24.1",
    "eslint": "^4.10.0",
    "jest": "^21.2.1"
  }
}
