You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
815 B
40 lines
815 B
{
|
|
"name": "wtf-8",
|
|
"version": "1.0.0",
|
|
"description": "A well-tested WTF-8 encoder/decoder written in JavaScript.",
|
|
"homepage": "https://mths.be/wtf8",
|
|
"main": "wtf-8.js",
|
|
"keywords": [
|
|
"charset",
|
|
"encoding",
|
|
"unicode",
|
|
"wtf8",
|
|
"wtf-8"
|
|
],
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Mathias Bynens",
|
|
"url": "https://mathiasbynens.be/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mathiasbynens/wtf-8.js.git"
|
|
},
|
|
"files": [
|
|
"LICENSE-MIT.txt",
|
|
"wtf-8.js"
|
|
],
|
|
"bugs": "https://github.com/mathiasbynens/wtf-8.js/issues",
|
|
"scripts": {
|
|
"test": "node tests/tests.js"
|
|
},
|
|
"devDependencies": {
|
|
"coveralls": "^2.11.1",
|
|
"grunt": "^0.4.5",
|
|
"grunt-shell": "^1.1.1",
|
|
"istanbul": "^0.3.2",
|
|
"qunit-extras": "^1.2.0",
|
|
"qunitjs": "~1.11.0",
|
|
"requirejs": "^2.1.14"
|
|
}
|
|
}
|
|
|