-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "hapi",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon server.js --ignore 'scenes/'",
"install": "node-gyp rebuild",
"postinstall": "npm start"
},
"gypfile": true,
"repository": {
"type": "git",
"url": "git+https://github.com/worldmaking/node-hapi.git"
},
"keywords": [
"node.js",
"houdini",
"engine",
"Side FX"
],
"author": "Alice Lab @ Yorku.ca",
"license": "ISC",
"bugs": {
"url": "https://github.com/worldmaking/node-hapi/issues"
},
"homepage": "https://github.com/worldmaking/node-hapi#readme",
"dependencies": {
"bindings": "^1.5.0",
"bufferutil": "^4.0.1",
"canvas": "^2.6.1",
"core-js": "^3.6.5",
"esm": "^3.2.25",
"fs": "0.0.1-security",
"gl-matrix": "^3.3.0",
"jquery": "^3.5.1",
"jsdom": "^16.4.0",
"lodash": "^4.17.20",
"nan": "^2.14.2",
"node": "^14.14.0",
"node-api": "0.0.1",
"node-gyp": "^7.1.2",
"nodemon": "^2.0.6",
"path": "^0.12.7",
"promise": "^8.1.0",
"python": "0.0.4",
"python2": "0.0.1",
"require": "^2.4.20",
"stats.js": "^0.17.0",
"three-fbx-loader": "^1.0.3",
"utf": "^1.0.0",
"utf-8-validate": "^5.0.2",
"ws": "^7.3.1"
}
}