js-codepage/package.json

17 lines
619 B
JSON
Raw Normal View History

2013-12-06 16:21:34 +00:00
{
"name": "codepage",
"version": "0.6.0",
2013-12-06 16:21:34 +00:00
"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"},
"config": { "blanket": { "pattern": "[cptable.js,cputils.js]" } },
2013-12-06 16:21:34 +00:00
"bugs": { "url": "https://github.com/SheetJS/js-codepage/issues" },
"license": "Apache-2.0",
"engines": { "node": ">=0.8" }
}