forked from niwaringo/moji
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "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": {}
}