chardet/package.json

25 lines
678 B
JSON
Raw Normal View History

{
"name": "chardet",
2013-05-06 01:28:28 +00:00
"version": "0.0.6",
"homepage": "https://github.com/runk/node-chardet",
"description": "Character detector",
2013-05-07 05:01:08 +00:00
"keywords": ["encoding", "character", "utf8", "detector", "chardet", "icu"],
2013-05-04 09:33:16 +00:00
"author": "Dmitry Shirokov <deadrunk@gmail.com>",
"dependencies": {},
"repository": {
"type":"git",
"url":"git@github.com:runk/node-chardet.git"
},
"bugs": {
"mail":"deadrunk@gmail.com",
"url":"http://github.com/runk/node-chardet/issues"
},
"scripts": {
"test": "mocha -R spec --recursive"
},
"main": "index.js",
"engine": {
"node": ">=0.8.0", "npm": "1"
2013-05-04 09:33:16 +00:00
}
}