-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 788 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "tengwar",
"version": "1.2.6",
"homepage": "http://3rin.gs/tengwar",
"author": "Kris Kowal <kris@cixar.com> (http://github.com/kriskowal/)",
"bugs": {
"mail": "kris@cixar.com",
"url": "http://github.com/kriskowal/tengwarjs/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/kriskowal/tengwarjs/raw/master/LICENSE"
},
{
"url": "http://github.com/kriskowal/tengwarjs/raw/master/tengwar-annatar/tngandoc.pdf"
}
],
"repository": {
"type": "git",
"url": "http://github.com/kriskowal/tengwarjs.git"
},
"devDependencies": {
"browserify": "^16.5.0",
"frb": "~0.2",
"qs": "^6.9.0",
"tengwar": "^1.2.6"
},
"scripts": {
"test": "node test",
"build": "bash build.sh"
}
}