-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 814 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 814 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
{
"name": "melonjs-resources-webpack-plugin",
"version": "1.1.2",
"description": "A Webpack plugin to automatically generate a resources module for MelonJS games",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mbolis/melonjs-resources-webpack-plugin.git"
},
"keywords": [
"melonjs",
"webpack"
],
"author": "Marco Bolis <mbolis@sorint.it>",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/mbolis/melonjs-resources-webpack-plugin/issues"
},
"homepage": "https://github.com/mbolis/melonjs-resources-webpack-plugin#readme",
"dependencies": {
"chokidar": "^3.4.2",
"glob": "^7.1.6",
"webpack-virtual-modules": "^0.2.2"
}
}