You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
432 B
18 lines
432 B
{ |
|
"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" |
|
} |
|
}
|
|
|