forked from mikeseven/node-glfw
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 893 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
{
"name": "node-glfw-2",
"version": "0.2.3",
"description": "A NodeJS wrapper around GLFW",
"main": "index.js",
"author": "Mikael Bourges-Sevenier <[email protected]>",
"contributors": [
"Magnus Hoff <[email protected]>",
{
"name": "Mikael Bourges-Sevenier",
"email": "[email protected]",
"twitter": "msevenier"
}
],
"keywords": [ "glfw", "opengl", "3d", "graphics" ],
"maintainers": "Magnus Hoff <[email protected]>",
"licenses": [{
"type": "BSD",
"url": "http://github.com/maghoff/node-glfw/raw/master/LICENSES"
}],
"repository": {
"type": "git",
"url": "http://github.com/maghoff/node-glfw"
},
"engines": {
"node": "0.6.5-0.11.3"
},
"scripts": {
"prepublish": "./prepublish.sh",
"install": "./build.sh"
},
"dependencies": { }
}