-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
44 lines (43 loc) · 900 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
36
37
38
39
40
41
42
43
{
"name":"node-webcl",
"version":"0.6.0",
"description":"A WebCL implementation for desktops with NodeJS",
"main":"webcl.js",
"author":"Mikael Bourges-Sevenier <[email protected]>",
"keywords":[ "webcl", "opencl" ],
"maintainers":[
{
"name":"Mikael Bourges-Sevenier",
"email":"[email protected]",
"web":"http://www.motorola.com"
}
],
"licenses":[
{
"type":"BSD",
"url":"https://github.com/Motorola-Mobility/node-webcl/blob/master/LICENSES"
}
],
"repositories":[
{
"type":"git",
"url":"https://github.com/Motorola-Mobility/node-webcl"
}
],
"directories":{
"src":"src",
"lib":"lib",
"docs":"docs",
"examples":"examples",
"test":"test"
},
"engines":{
"node":">=0.7.0"
},
"scripts":{
"install":"node-gyp rebuild"
},
"dependencies":{
"node-webgl" : ""
}
}