{
  "name": "@eai/moji",
  "version": "1.2.0",
  "description": "半角全角変換・特定文字抽出など日本語を便利に扱うJavaScriptライブラリ。",
  "main": "dist/moji.js",
  "scripts": {
    "test": "mocha",
    "karma": "karma start",
    "karma:ieedge": "SET TEST_IE_EDGE=true && npm run karma",
    "build": "webpack",
    "build:w": "webpack --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/eai04191/moji.git"
  },
  "keywords": [
    "半角",
    "全角",
    "カタカナ",
    "半角カナ",
    "変換"
  ],
  "author": "@eai04191",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eai04191/mojic/issues"
  },
  "homepage": "https://github.com/eai04191/moji",
  "devDependencies": {
    "babel-core": "^6.24.1",
    "babel-loader": "^7.0.0",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-preset-env": "^1.4.0",
    "karma": "^1.6.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-edge-launcher": "^0.4.1",
    "karma-ie-launcher": "^1.0.0",
    "karma-mocha": "^1.3.0",
    "karma-webpack": "^2.0.3",
    "mocha": "^3.2.0",
    "webpack": "^2.4.1"
  },
  "dependencies": {},
  "directories": {
    "doc": "docs",
    "test": "test"
  }
}
