UNPKG

757 BJSONView Raw
1{
2 "name": "coffeenode-chr",
3 "version": "0.1.7",
4 "description": "A UCS-2-aware library for the representation & transformation of Unicode characters & codepoints.",
5 "author": {
6 "name": "loveencounterflow",
7 "email": "paragate@gmx.net"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/loveencounterflow/coffeenode-chr.git"
12 },
13 "devDependencies": {},
14 "dependencies": {
15 "cnd": "^1.0.8"
16 },
17 "main": "./lib/main",
18 "engines": {
19 "node": ">= 0.10.0"
20 },
21 "scripts": {
22 "test": "node ./lib/tests.js"
23 },
24 "bugs": {
25 "url": "https://github.com/loveencounterflow/coffeenode-chr/issues"
26 },
27 "_id": "coffeenode-chr@0.1.1",
28 "readmeFilename": "README.md",
29 "readme": "ERROR: No README data found!"
30}