You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
390 B
JSON
19 lines
390 B
JSON
{
|
|
"name": "eastasianwidth",
|
|
"version": "0.2.0",
|
|
"description": "Get East Asian Width from a character.",
|
|
"main": "eastasianwidth.js",
|
|
"files": [
|
|
"eastasianwidth.js"
|
|
],
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"repository": "git://github.com/komagata/eastasianwidth.git",
|
|
"author": "Masaki Komagata",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"mocha": "~1.9.0"
|
|
}
|
|
}
|