-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.01 KB
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
{
"name": "super-sprite-checker-3000",
"version": "1.0.0",
"description": "Sprite positions checker with phaser v3",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"watch": "webpack --watch",
"start": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/irodriguez86/super-sprite-checker-3000.git"
},
"keywords": [
"phaser",
"sprite",
"json",
"check",
"super"
],
"author": "Israel Sanchez Lobo",
"license": "ISC",
"bugs": {
"url": "https://github.com/irodriguez86/super-sprite-checker-3000/issues"
},
"homepage": "https://github.com/irodriguez86/super-sprite-checker-3000#readme",
"dependencies": {
"phaser": "3.21.0"
},
"devDependencies": {
"css-loader": "^3.2.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}