-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 795 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 795 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
{
"name": "@sindres/daisy",
"version": "1.1.3",
"description": "HTML5 Isometric Game Engine",
"main": "./src/daisy.ts",
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sindreslungaard/daisy.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sindreslungaard/daisy/issues"
},
"homepage": "https://github.com/sindreslungaard/daisy#readme",
"devDependencies": {
"@types/pixi.js": "^4.8.7",
"@types/shortid": "0.0.29",
"ts-loader": "^6.0.0",
"typescript": "^3.4.5",
"webpack": "^4.31.0",
"webpack-cli": "^3.3.2"
},
"dependencies": {
"pixi.js": "^5.0.2",
"strongly-typed-events": "^1.4.10"
}
}