forked from mikeseven/node-glfw
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (35 loc) · 866 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
{
"name": "node-glfw",
"version": "0.2.0",
"description": "A NodeJS wrapper around GLFW3 library",
"main": "index.js",
"author": "Mikael Bourges-Sevenier <[email protected]>",
"keywords": [ "glfw", "opengl", "3d", "graphics" ],
"maintainers": [
{
"name": "Mikael Bourges-Sevenier",
"email": "[email protected]",
"twitter": "msevenier"
}
],
"licenses": [{
"type": "BSD",
"url": "http://github.com/mikeseven/node-glfw/raw/master/LICENSES"
}],
"repository": {
"type": "git",
"url": "http://github.com/mikeseven/node-glfw"
},
"directories": {
"src": "src",
"lib": "lib",
"test": "test"
},
"engines": {
"node": "0.6.5-0.11.3"
},
"scripts": {
"install": "node-gyp rebuild"
},
"dependencies": { }
}