Files
2014-10-22 23:25:41 +08:00

60 lines
1.2 KiB
JSON

{
"name": "punycode",
"version": "1.3.2",
"filename": "punycode.min.js",
"description": "A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.",
"homepage": "http://mths.be/punycode",
"main": "punycode.js",
"npmName": "punycode",
"npmFileMap": [
{
"files": [
"*.js"
]
}
],
"keywords": [
"punycode",
"unicode",
"idn",
"url",
"domain"
],
"licenses": [
{
"type": "MIT",
"url": "http://mths.be/mit"
}
],
"author": {
"name": "Mathias Bynens",
"email": "mathias@qiwi.be",
"web": "http://mathiasbynens.be/"
},
"maintainers": [
{
"name": "Mathias Bynens",
"email": "mathias@qiwi.be",
"web": "http://mathiasbynens.be/"
},
{
"name": "John-David Dalton",
"email": "john@fusejs.com",
"web": "http://allyoucanleet.com/"
}
],
"bugs": "https://github.com/bestiejs/punycode.js/issues",
"repository": {
"type": "git",
"url": "https://github.com/bestiejs/punycode.js.git"
},
"engines": [
"node",
"rhino"
],
"directories": {
"doc": "docs",
"test": "tests"
}
}