39 lines
762 B
JSON
39 lines
762 B
JSON
{
|
|
"name": "chardet",
|
|
"version": "0.0.6",
|
|
"homepage": "https://github.com/runk/node-chardet",
|
|
"description": "Character detector",
|
|
"keywords": [
|
|
"encoding",
|
|
"character",
|
|
"utf8",
|
|
"detector",
|
|
"chardet",
|
|
"icu"
|
|
],
|
|
"author": "Dmitry Shirokov <deadrunk@gmail.com>",
|
|
"devDependencies": {
|
|
"mocha": ">= 1.8"
|
|
},
|
|
"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"
|
|
},
|
|
"readmeFilename": "README.md",
|
|
"directories": {
|
|
"test": "test"
|
|
}
|
|
}
|