-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
35 lines (35 loc) · 929 Bytes
/
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
{
"name": "@redspace/phaser2-flump-plugin",
"version": "1.0.3",
"description": "",
"main": "./dist/phaser2-flump-plugin.min.js",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"babel-loader": "^8.0.6",
"terser-webpack-plugin": "^2.2.2",
"webpack-cli": "^3.3.9",
"webpack": "^4.41.2"
},
"scripts": {
"build:debug": "webpack --env.debug",
"build:prod": "webpack --env.prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theREDspace/phaser2-flump-plugin.git"
},
"keywords": [
"phaser2",
"flump",
"plugin"
],
"author": "theREDspace",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/theREDspace/phaser2-flump-plugin/issues"
},
"homepage": "https://github.com/theREDspace/phaser2-flump-plugin#readme"
}