-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.24 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
{
"name": "beast.js",
"description": "ANSI Beast for node",
"version": "0.1.5",
"homepage": "https://github.com/dominikwilkowski/beast.js",
"author": {
"name": "Dominik Wilkowski",
"email": "[email protected]",
"url": "http://dominik-wilkowski.com/"
},
"contributors": {
"name": "Dominik Wilkowski",
"email": "[email protected]",
"url": "http://dominik-wilkowski.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/dominikwilkowski/beast.js.git"
},
"bugs": {
"url": "https://github.com/dominikwilkowski/beast.js/issues"
},
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-font": "0.0.13",
"grunt-text-replace": "^0.4.0",
"grunt-wakeup": "0.1.3",
"time-grunt": "^1.3.0"
},
"peerDependencies": {},
"dependencies": {
"chalk": "^1.0.0",
"cli-size": "^1.0.0",
"pathfinding": "^0.4.18"
},
"keywords": [
"game",
"ansi",
"beast",
"ascii",
"pretty"
],
"main": "prod/index.js",
"scripts": {
"start": "node ./prod/index.js"
},
"licenses": [
{
"type": "GPL-3.0",
"url": "https://github.com/dominikwilkowski/beast.js/blob/master/LICENSE"
}
],
"license": "GPL-3.0"
}