forked from homegamesio/homegames-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.46 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
51
52
53
54
55
56
57
{
"name": "homegames-web",
"version": "1.1.2",
"description": "Play games at home- the web package",
"directories": {
"lib": "lib"
},
"browser": {
"./index.js": "web/bundle.js"
},
"bin": "index.js",
"pkg": {
"assets": [
"src/*",
"web/**/*"
]
},
"scripts": {
"build": "./node_modules/webpack/bin/webpack.js",
"start": "node index.js",
"develop": "node index.js& ./node_modules/webpack/bin/webpack.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/homegamesio/homegames.git"
},
"keywords": [
"homegames"
],
"author": "Joseph Garcia",
"license": "ISC",
"bugs": {
"url": "https://github.com/homegamesio/homegames/issues"
},
"homepage": "https://github.com/homegamesio/homegames#readme",
"dependencies": {
"assert": "^2.1.0",
"homegames-common": "1.1.1",
"homepad": "0.1.1",
"squish-0756": "npm:[email protected]",
"squish-0762": "npm:[email protected]",
"squish-0765": "npm:[email protected]",
"squish-0766": "npm:[email protected]",
"squish-0767": "npm:[email protected]",
"squish-1000": "npm:[email protected]",
"squish-1004": "npm:[email protected]",
"squish-1005": "npm:[email protected]",
"squish-1006": "npm:[email protected]",
"squish-1007": "npm:[email protected]",
"squish-1009": "npm:[email protected]",
"squish-1010": "npm:[email protected]"
},
"devDependencies": {
"webpack": "^5.65.0",
"webpack-cli": "^4.3.1"
}
}