forked from maghoff/node-glfw
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.2 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": "node-glfw-3",
"version": "0.3.4",
"description": "A NodeJS wrapper around GLFW",
"main": "index.js",
"author": "Mikael Bourges-Sevenier <mikeseven@gmail.com>",
"contributors": [
"Magnus Hoff <maghoff@gmail.com>",
{
"name": "Mikael Bourges-Sevenier",
"email": "mikeseven@gmail.com",
"twitter": "msevenier"
},
"Kenny Yuan <kaining.yuan@intel.com>",
{
"name": "Kenny Yuan",
"email": "kaining.yuan@intel.com"
},
"Ting Shao <ting.shao@intel.com>",
{
"name": "Ting Shao",
"email": "ting.shao@intel.com"
}
],
"keywords": [
"glfw",
"opengl",
"3d",
"graphics"
],
"maintainers": "Kenny Yuan <kaining.yuan@intel.com>",
"licenses": [
{
"type": "BSD",
"url": "http://github.com/maghoff/node-glfw/raw/master/LICENSES"
}
],
"repository": {
"type": "git",
"url": "http://github.com/kenny-y/node-glfw"
},
"engines": {
"node": "0.6.5-0.11.3"
},
"scripts": {},
"dependencies": {
"nan": "^2.10.0"
}
}