UNPKG

leyserplus-moji

Version:

半角全角変換・特定文字抽出など日本語を便利に扱うJavaScriptライブラリ。

46 lines (45 loc) 1.23 kB
{ "name": "leyserplus-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": "https://github.com/niwaringo/moji" }, "keywords": [ "半角", "全角", "カタカナ", "半角カナ", "変換" ], "author": "@niwaringo", "license": "MIT", "bugs": { "url": "https://github.com/niwaringo/mojic/issues" }, "homepage": "https://github.com/niwaringo/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": {} }