-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.25 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
{
"name": "bumquest",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"minify": "uglifyjs static/js/dist/bundle.js -o static/js/dist/bundle.min.js",
"build": "browserify -d static/js/src/Globals.jsx static/js/src/main.jsx static/js/src/Area.jsx static/js/src/Player.jsx static/js/src/Weapon.jsx static/js/src/CombatManager.jsx static/js/src/PathfindWorker.jsx static/js/src/WebWorker.jsx -o static/js/dist/bundle.js -t [ babelify --presets [ @babel/preset-env ] --plugins [ @babel/plugin-proposal-class-properties ] ]"
},
"keywords": [],
"author": "Jonathan Face",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-transform-runtime": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/runtime": "^7.10.5",
"babelify": "^10.0.0"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"extend": "^2.0.2",
"pathfinding": "^0.4.18",
"uglify-js": "^3.10.0",
"uglifyify": "^5.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jonathanface/bumquest.git"
},
"bugs": {
"url": "https://github.com/jonathanface/bumquest/issues"
},
"homepage": "https://github.com/jonathanface/bumquest#readme",
"description": ""
}