forked from greenheartgames/greenworks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 941 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
36
37
38
39
40
41
42
{
"name": "greenteaworks",
"version": "0.92.0",
"description": "a node.js plugin to integrate nw.js/electron games with steamworks with p2p",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Hocti/greenteaworks"
}
],
"scripts": {
"cpplint": "python ./deps/cpplint/cpplint.py --extensions=h,cc src/* src/api/*",
"compdb": "node-gyp configure --release -- -f gyp.generator.compile_commands_json.py && cp Release/compile_commands.json ."
},
"dependencies": {
},
"devDependencies": {
"nan": "^2.22.0",
"mocha": "1.21.4",
"@types/node": "^22.8.1"
},
"keywords": [
"steamworks",
"greenworks",
"steam",
"nw.js",
"electron",
"p2p",
"multiplayer",
"windows"
],
"files": [
"greenworks.js",
"types",
"lib",
"greenworks.d.ts",
"package.json"
],
"gypfile": true,
"main": "greenworks.js",
"types": "greenworks.d.js"
}