Support for the FreeMonoTengwar font and ConScript encoding
[tengwarjs.git] / package.json
1 {
2 "name": "tengwar",
3 "version": "1.2.1",
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 "url": "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 "repository": {
20 "type": "git",
21 "url": "http://github.com/kriskowal/tengwarjs.git"
22 },
23 "dependencies": {},
24 "devDependencies": {
25 "jasminum": "^2.0.7"
26 },
27 "scripts": {
28 "test": "jasminum test",
29 "test-phantom": "jasminum-phantom test"
30 }
31 }