-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.73 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "kakasijs",
"version": "1.1.3",
"description": "A nodejs wrapper for kakasi.It could help to resolve japanese text.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "jasmine",
"push": "git add --all && echo 'mes Please: ' && read mes && git commit -m '$mes' && git push origin master",
"patch": "tsc && git add --all && echo 'mes Please: ' && read mes && git commit -m '$mes' && git push origin master && snpm version patch && npm run _upgit",
"_upgit": "git add --all && git commit -m 'patch version' && git push origin master"
},
"homepage": "https://github.com/bakabird/kakasijs",
"repository": {
"url": "https://github.com/bakabird/kakasijs",
"type": "git"
},
"keywords": [
"japnese",
"japanese",
"jap",
"kanji",
"kata",
"katakana",
"hira",
"hirakana",
"kana",
"convert",
"transform",
"pronunciation",
"languge",
"rddcoding",
"bakabird",
"kakasi",
"KaKaSi",
"kakasijs",
"Word Segmentation",
"Segmentation"
],
"bugs": "https://github.com/bakabird/kakasijs/issues",
"author": "rddcoding <bakabird.yw@gmail.com>",
"license": "MIT",
"devDependencies": {
"chai": "^4.1.2",
"graceful-fs": "^3.0.0",
"gulp": "^3.9.1",
"gulp-jasmine": "^2.4.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-typescript": "^3.1.7",
"jasmine": "^2.8.0",
"merge2": "^1.2.0",
"minimatch": "^3.0.2",
"typescript": "^2.6.1",
"watchify": "^3.9.0"
},
"dependencies": {
"@types/node": "^8.0.53"
}
}