19 lines
432 B
JSON
19 lines
432 B
JSON
|
{
|
||
|
"name": "encoding",
|
||
|
"version": "0.1.13",
|
||
|
"description": "Convert encodings, uses iconv-lite",
|
||
|
"main": "lib/encoding.js",
|
||
|
"scripts": {
|
||
|
"test": "nodeunit test"
|
||
|
},
|
||
|
"repository": "https://github.com/andris9/encoding.git",
|
||
|
"author": "Andris Reinman",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"iconv-lite": "^0.6.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"nodeunit": "0.11.3"
|
||
|
}
|
||
|
}
|