-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
30 lines (30 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
{
"name": "@rtpa/phaser-bitmapfont-generator",
"version": "1.2.2",
"description": "Node.js module that generates bitmap fonts (xml + png) from a Phaser 3 TextStyle json object\"",
"main": "index.js",
"repository": "https://github.com/stephanvermeire/phaser-bitmapfont-generator.git",
"homepage": "https://github.com/stephanvermeire/phaser-bitmapfont-generator.git",
"author": "Stephan Vermeire <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"test": "jest"
},
"devDependencies": {
"image-size": "^0.8.3",
"jest": "^25.3.0"
},
"dependencies": {
"canvas": "^2.6.1",
"fs-extra": "^9.0.0",
"fse": "^4.0.1",
"image-pixelizer": "^1.0.4",
"imagemin": "^7.0.1",
"imagemin-pngquant": "^8.0.0",
"jimp": "^0.10.3",
"jsdom": "^16.2.2",
"phaser": "3.22.0",
"xml-js": "^1.6.11"
}
}