This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.

19 lines
432 B
JSON
Raw Permalink Normal View History

2021-04-02 02:24:13 +03:00
{
"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"
}
}