This repository has been archived on 2026-03-31. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
node-utf8/package.json
Ryan McGrath 45627ad72b Initial
2011-05-30 15:00:10 +09:00

32 lines
673 B
JSON

{
"name": "utf8",
"description": "Basic Utf-8 encoding/decoding library to alleviate confusion among people.",
"version": "1.0.0",
"author": "Ryan McGrath <ryan@venodesigns.net>",
"repository": {
"type" : "git",
"url": "https://ryanmcgrath@github.com/ryanmcgrath/node-utf8.git"
},
"bugs": {
"web": "http://github.com/ryanmcgrath/node-utf8/issues"
},
"os": [ "linux", "darwin", "freebsd" ],
"directories": {
"lib": "./lib/"
},
"main": "./lib/utf8",
"engines": {
"node": ">=0.1.97"
},
"licenses": [{
"type" : "Creative Commons 3.0",
"url" : "http://github.com/ryanmcgrath/node-utf8/raw/master/LICENSE"
}]
}