16 lines
550 B
JSON
16 lines
550 B
JSON
|
{
|
||
|
"name": "codepage",
|
||
|
"version": "0.5.3",
|
||
|
"author": "SheetJS",
|
||
|
"description": "pure-JS library to handle codepages",
|
||
|
"keywords": [ "codepage", "iconv", "convert", "strings" ],
|
||
|
"main": "cputils.js",
|
||
|
"dependencies": { "voc":"" },
|
||
|
"devDependencies": { "mocha":"" },
|
||
|
"scripts": { "build": "make js", "test": "make test" },
|
||
|
"repository": {"type":"git","url":"git://github.com/SheetJS/js-codepage.git"},
|
||
|
"bugs": { "url": "https://github.com/SheetJS/js-codepage/issues" },
|
||
|
"license": "Apache-2.0",
|
||
|
"engines": { "node": ">=0.8" }
|
||
|
}
|