-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
54 lines (54 loc) · 1.37 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
{
"name": "pixi-sdf-text",
"version": "1.0.0",
"description": "SDF text rendering for Pixi.js",
"main": "index.js",
"scripts": {
"test": "echo \"Success!\"",
"start": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PixelsCommander/pixi-sdf-text.git"
},
"keywords": [
"webgl",
"html",
"css",
"text",
"rendering"
],
"author": "Denis Radin aka PixelsCommander",
"license": "MIT",
"bugs": {
"url": "https://github.com/PixelsCommander/pixi-sdf-text/issues"
},
"homepage": "https://github.com/PixelsCommander/pixi-sdf-text#readme",
"devDependencies": {
"ava": "^0.17.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-preset-es2015": "^6.14.0",
"webpack": "^1.13.2",
"webpack-glsl-loader": "^1.0.1",
"webpack-visualizer-plugin": "^0.1.5",
"gulp": "^3.9.1",
"gulp-util": "^3.0.7",
"minimist": "^1.2.0",
"vinyl-ftp": "^0.5.0"
},
"dependencies": {
"babel-preset-es2015": "^6.22.0",
"glslify-loader": "^1.0.2",
"imagesready": "^0.2.2",
"layout-bmfont-text": "^1.3.3",
"load-bmfont": "^1.3.0",
"lodash": "^4.16.1",
"object-diff": "0.0.3",
"pixi.js": "^4.3.4",
"quad-indices": "^2.0.1",
"raw-loader": "^0.5.1",
"webpack-uglify-js-plugin": "^1.1.9"
}
}