-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.16 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "tengwar.html",
"version": "0.0.0",
"author": "Kris Kowal <[email protected]>",
"description": "Tags for Tengwar (Elvish script)",
"bugs": {
"url": "http://github.com/kriskowal/tengwarjs/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/kriskowal/tengwarjs.git"
},
"homepage": "https://github.com/kriskowal/tengwarjs",
"dependencies": {
"gutentag": "^2.2.0",
"koerper": "^1.0.3",
"pop-observe": "^2.0.2",
"querystring": "^0.2.0",
"system": "^2.0.1",
"tengwar": "^1.2.5"
},
"devDependencies": {
"less": "^3.8.0"
},
"extensions": {
"html": "gutentag/extension"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "lessc index.less bundle.css",
"deploy": "./build-gh-pages.sh && git push origin gh-pages -f"
},
"keywords": [
"tengwar",
"editor",
"elvish",
"gutentag"
],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/kriskowal/tengwarjs/raw/master/LICENSE"
},
{
"url": "http://github.com/kriskowal/tengwarjs/raw/master/tengwar-annatar/tngandoc.pdf"
}
]
}