mirror of https://github.com/MaxLeiter/Drift
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
482 B
JSON
25 lines
482 B
JSON
{
|
|
"author": "Paul Vorbach <paul@vorb.de> (http://vorb.de)",
|
|
"name": "charenc",
|
|
"description": "character encoding utilities",
|
|
"tags": [
|
|
"utf8",
|
|
"binary",
|
|
"byte",
|
|
"string"
|
|
],
|
|
"version": "0.0.2",
|
|
"license": "BSD-3-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/pvorb/node-charenc.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/pvorb/node-charenc/issues"
|
|
},
|
|
"main": "charenc.js",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|