forked from polygonplanet/encoding.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1017 Bytes
/
package.json
File metadata and controls
52 lines (52 loc) · 1017 Bytes
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
{
"name": "encoding-japanese",
"version": "1.0.26",
"description": "Converts character encoding.",
"main": "encoding.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-uglify": "^2.0.0",
"mocha": "^3.1.2",
"uglify-js": "^2.7.4"
},
"scripts": {
"test": "mocha tests/test",
"minify": "grunt"
},
"repository": {
"type": "git",
"url": "https://github.com/polygonplanet/encoding.js.git"
},
"keywords": [
"encoding",
"charset",
"iconv",
"japanese",
"unicode",
"utf",
"utf-8",
"utf-16",
"utf-32",
"sjis",
"shift_jis",
"eucjp",
"euc-jp",
"jis",
"iso-2022-jp",
"base64",
"convert",
"detect",
"urlencode",
"urldecode"
],
"author": "polygon planet",
"license": "MIT",
"bugs": {
"url": "https://github.com/polygonplanet/encoding.js/issues"
},
"homepage": "https://github.com/polygonplanet/encoding.js"
}