-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.08 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.08 KB
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
{
"name": "node-glu",
"version": "0.0.1",
"description": "A NodeJS wrapper around GLU library",
"main": "index.js",
"author": {
"name": "Dimitri Giardina",
"email": "dimitri.giardina@gmail.com"
},
"keywords": [
"glfw",
"opengl",
"3d",
"graphics"
],
"maintainers": [
{
"name": "Dimitri Giardina",
"email": "dimitri.giardina@gmail.com"
}
],
"licenses": [
{
"type": "BSD",
"url": "http://github.com/dg14/node-glu/raw/master/LICENSES"
}
],
"repository": {
"type": "git",
"url": "http://github.com/dg14/node-glu"
},
"directories": {
"src": "src",
"lib": "lib",
"test": "test"
},
"engines": {
"node": "0.6.5-0.11.3"
},
"scripts": {
"install": "node-gyp rebuild"
},
"dependencies": {},
"gypfile": true,
"readme": "NodeJS bindings to GLU",
"readmeFilename": "README.md",
"_id": "node-glu@0.0.1",
"dist": {
"shasum": "b75e792f8714f839a9151fbfe460076cb1209bd4"
},
"_from": "node-glu@0.0.1",
"_resolved": "https://registry.npmjs.org/node-glfw/-/node-glfw-0.1.3.tgz"
}