forked from ryanmcgrath/node-utf8
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (25 loc) · 673 Bytes
/
package.json
File metadata and controls
32 lines (25 loc) · 673 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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"
}]
}