-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.01 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
{
"name": "seinjs-gui",
"version": "0.8.11",
"description": "GUI System for Sein.js.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "../../node_modules/.bin/tsc -p ./tsconfig.json",
"doc": "node ./gen-doc.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "[email protected]:SeinJS/Sein.js.git"
},
"keywords": [
"Game engine",
"Sein.js",
"SeinJS"
],
"authors": [
{
"name": "Tianyu Dai (dtysky)",
"email": "[email protected]"
},
{
"name": "AlchemyZJK",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "http://github.com/SeinJS/Sein.js/issues"
},
"files": [
"README.md",
"lib",
"LICENCE"
],
"homepage": "http://github.com/SeinJS/Sein.js#readme",
"devDependencies": {
"@types/react-reconciler": "^0.18.0"
},
"dependencies": {
"@types/react": "^16.9.1",
"react": "^16.9.0",
"react-reconciler": "^0.21.0"
}
}