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.
32 lines
861 B
32 lines
861 B
4 weeks ago
|
{
|
||
|
"name" : "unorm",
|
||
|
"version" : "1.6.0",
|
||
|
"description" : "JavaScript Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD. Read <http://unicode.org/reports/tr15/> UAX #15 Unicode Normalization Forms.",
|
||
|
"author": "Bjarke Walling <bwp@bwp.dk>",
|
||
|
"license": "MIT or GPL-2.0",
|
||
|
"contributors": [
|
||
|
{ "name": "Bjarke Walling", "email": "bwp@bwp.dk" },
|
||
|
{ "name": "Oleg Grenrus", "email": "oleg.grenrus@iki.fi" },
|
||
|
{ "name": "Matsuza", "email": "matsuza@gmail.com" }
|
||
|
],
|
||
|
"repository" : {
|
||
|
"type" : "git",
|
||
|
"url" : "http://github.com/walling/unorm.git"
|
||
|
},
|
||
|
"main": "./lib/unorm.js",
|
||
|
"engines" : {
|
||
|
"node" : ">= 0.4.0"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "grunt test"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"benchmark": "~1.0.0",
|
||
|
"unorm": "1.6.0",
|
||
|
"grunt-contrib-jshint": "~0.8.0",
|
||
|
"grunt-contrib-watch": "~0.5.0",
|
||
|
"grunt-simple-mocha": "~0.4.0",
|
||
|
"grunt": "~0.4.1"
|
||
|
}
|
||
|
}
|