-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 KB
/
package.json
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
{
"name": "ivs",
"version": "2.0.2",
"description": "This module supplies basic mutual IVS conversion between Adobe-Japan and Hanyo-denshi(Moji_Joho)",
"engines": {
"node": ">= 4"
},
"main": "index.js",
"scripts": {
"test": "grunt test",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "https://github.com/hakatashi/IVS.js.git"
},
"keywords": [
"Unicode",
"IVS",
"IVD",
"text",
"conversion",
"kanji",
"Japanese"
],
"author": "hakatashi <hakatasiloving@gmail.com> (http://hakatashi.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hakatashi/IVS.js/issues"
},
"homepage": "https://github.com/hakatashi/IVS.js",
"devDependencies": {
"async": "^2.0.0",
"byline": "^5.0.0",
"grunt": "^1.0.0",
"grunt-browserify": "^5.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^3.0.0",
"grunt-mocha-test": "^0.13.0",
"mocha": "^5.0.0",
"request": "^2.42.0",
"should": "^13.0.0",
"tar": "^5.0.2"
}
}