-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
50 lines (50 loc) · 1.29 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "phaser-ui-comps",
"version": "1.1.2",
"description": "Phaser 3 UI Components Framework and JSFL builder for Adobe Animate",
"main": "src/phasercomps.js",
"scripts": {
"build": "webpack",
"analyze": "source-map-explorer 'dist/*.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xense/phaser-ui-comps.git"
},
"keywords": [
"phaser",
"phaser3",
"ui",
"user interface",
"jsfl",
"animate",
"components",
"fla",
"xfl",
"buttons",
"progress bar",
"scroll bar"
],
"author": "Anton 'Xense' Bystrov <[email protected]>",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"bugs": {
"url": "https://github.com/xense/phaser-ui-comps/issues"
},
"homepage": "https://xense.github.io/phaser-ui-comps-docs/",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"source-map-explorer": "^2.4.2",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.44.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"phaser": "^3.21.0"
},
"dependencies": {},
"deprecated": false
}