First draft of Classical + General Use
[tengwarjs.git] / package.json
1 {
2 "name": "tengwar",
3 "version": "0.0.0",
4 "homepage": "http://3rin.gs/tengwar",
5 "author": "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
6 "bugs": {
7 "mail": "kris@cixar.com",
8 "web": "http://github.com/kriskowal/tengwarjs/issues"
9 },
10 "licenses": [
11 {
12 "type": "MIT",
13 "url": "http://github.com/kriskowal/tengwarjs/raw/master/LICENSE"
14 },
15 {
16 "url": "http://github.com/kriskowal/tengwarjs/raw/master/tengwar-annatar/tngandoc.pdf"
17 }
18 ],
19 "main": "tengwar.js",
20 "repository": {
21 "type": "git",
22 "url": "http://github.com/kriskowal/tengwarjs.git"
23 },
24 "dependencies": {
25 "mr": "0.0.x"
26 },
27 "devDependencies": {
28 }
29 }