]> git.saurik.com Git - utf16js.git/blame - package.json
Added a package.json (so it can be installed by npm).
[utf16js.git] / package.json
CommitLineData
cdeb338f
JF
1{
2 "name": "utf16",
3 "version": "0.8.0",
4 "description": "easy interfaces for Unicode compliance",
5
6 "keywords": [
7 "unicode", "string",
8 "utf-16", "utf16",
9 "ucs-2", "ucs2"
10 ],
11
12 "bugs": {
13 "email": "saurik@saurik.com"
14 },
15
16 "author": {
17 "name": "Jay Freeman (saurik)",
18 "email": "saurik@saurik.com",
19 "url": "http://www.saurik.com/"
20 },
21
22 "files": ["utf16.js"],
23 "main": "utf16",
24
25 "repository": {
26 "type": "git",
27 "url": "git://git.saurik.com/utf16js.git"
28 }
29}