forked from pillarjs/iconv-lite
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (24 loc) · 721 Bytes
/
package.json
File metadata and controls
26 lines (24 loc) · 721 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
{
"name": "iconv-lite",
"description": "Convert character encodings in pure javascript.",
"version": "0.1.2",
"keywords": ["iconv", "convert", "charset"],
"author": "Alexander Shtuchkin <ashtuchkin@gmail.com>",
"contributors": [
"jenkinv (https://github.com/jenkinv)",
"Adamansky Anton (https://github.com/adamansky)",
"George Stagas (https://github.com/stagas)"
],
"homepage": "http://github.com/ashtuchkin/node-iconv/",
"repository": {
"type": "git",
"url": "git://github.com/ashtuchkin/node-iconv.git"
},
"engines": {
"node": ">=0.4.0"
},
"devDependencies": {
"vows": "",
"iconv": ""
}
}