-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
66 lines (66 loc) · 1.42 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "xwing-miniatures-font",
"version": "2.6.9",
"description": "Font for the X-Wing Miniatures game",
"files": [
"dist/xwing-miniatures.css",
"dist/xwing-miniatures.ttf",
"dist/xwing-miniatures-ships.ttf"
],
"scripts": {
"build": "grunt",
"test": "node test.js"
},
"author": "Geordan Rosario <[email protected]>",
"license": "MIT",
"keywords": [
"starwars",
"xwing",
"x-wing",
"fonts",
"font",
"icon"
],
"repository": {
"type": "git",
"url": "https://github.com/geordanr/xwing-miniatures-font.git"
},
"bugs": {
"url": "http://github.com/geordanr/xwing-miniatures-font/issues"
},
"contributors": [
{
"name": "Hinny",
"url": "https://github.com/Hinny"
},
{
"name": "armoredgear7",
"url": "https://github.com/armoredgear7"
},
{
"name": "geordanr",
"url": "https://github.com/geordanr"
},
{
"name": "s1n",
"url": "https://github.com/s1n"
},
{
"name": "ScottKarch",
"url": "https://github.com/ScottKarch"
}
],
"dependencies": {
"colors": "^1.3.0",
"eslint": "^4.19.1",
"fontkit": "^1.7.7",
"grunt": "^1.0.3",
"grunt-compile-handlebars": "^2.0.2",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-sass": "^2.1.0",
"grunt-string-replace": "^1.3.1",
"node-fetch": "^2.2.0",
"test": "^0.6.0"
}
}