-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 871 Bytes
/
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
{
"name": "fumen-canvas",
"version": "1.0.0",
"description": "Command line utility to render fumens into gif/png images.",
"main": "fumen-canvas.js",
"dependencies": {
"canvas": "^2.6.1",
"fs": "^0.0.1-security",
"gifencoder": "^2.0.1",
"tetris-fumen": "^1.1.1",
"yargs": "^16.2.0"
},
"devDependencies": {},
"scripts": {
"test": "node fumen-canvas.js gif v115@lhI8AeAgWYAQIKvDll2TASIvBElCyTASIqPEFGNXEv?hDxuBxwBTtBToB a.gif"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nathan-Huckleberry/fumen-canvas.git"
},
"keywords": [
"fumen",
"gif",
"png",
"tetris"
],
"author": "Nathan Huckleberry",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nathan-Huckleberry/fumen-canvas/issues"
},
"homepage": "https://github.com/Nathan-Huckleberry/fumen-canvas#readme"
}