40 lines
801 B
JSON
40 lines
801 B
JSON
{
|
|
"name": "utf8",
|
|
"version": "2.1.2",
|
|
"description": "A well-tested UTF-8 encoder/decoder written in JavaScript.",
|
|
"homepage": "https://mths.be/utf8js",
|
|
"main": "utf8.js",
|
|
"keywords": [
|
|
"charset",
|
|
"encoding",
|
|
"unicode",
|
|
"utf8"
|
|
],
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Mathias Bynens",
|
|
"url": "https://mathiasbynens.be/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mathiasbynens/utf8.js.git"
|
|
},
|
|
"bugs": "https://github.com/mathiasbynens/utf8.js/issues",
|
|
"files": [
|
|
"LICENSE-MIT.txt",
|
|
"utf8.js"
|
|
],
|
|
"scripts": {
|
|
"test": "node tests/tests.js"
|
|
},
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.14",
|
|
"grunt": "^1.0.1",
|
|
"grunt-shell": "^1.1.2",
|
|
"istanbul": "^0.4.5",
|
|
"qunit-extras": "^1.4.2",
|
|
"qunitjs": "~1.11.0",
|
|
"requirejs": "^2.3.2"
|
|
}
|
|
}
|