First stab at webfont detection.
[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 "repository": {
20 "type": "git",
21 "url": "http://github.com/kriskowal/tengwarjs.git"
22 },
23 "dependencies": {
24 "mr": "0.0.x",
25 "qs": "0.1.x"
26 },
27 "devDependencies": {
28 "jasmine-node": "1.0.x"
29 },
30 "scripts": {
31 "test": "jasmine-node spec"
32 }
33 }