-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 829 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 829 Bytes
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
{
"name": "drawengine",
"version": "0.0.1",
"description": "A thin wrapper for pixijs",
"main": "index.js",
"dependencies": {
"@types/pixi.js": "^4.6.0",
"jslint": "^0.12.1",
"pixi.js": "^5.3.11"
},
"devDependencies": {
"@babel/preset-env": "^7.16.7",
"grunt": "~0.4.5",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-uglify": "~0.5.0",
"jest": "^27.4.5"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skillzaa/pixi.git"
},
"keywords": [
"pixi"
],
"author": "Bilal Tariq",
"license": "MIT",
"bugs": {
"url": "https://github.com/skillzaa/pixi/issues"
},
"homepage": "https://github.com/skillzaa/pixi#readme"
}