-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.06 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
{
"name": "nodecl",
"version": "0.1.3-1",
"description": "An implementation of the JavaScript bindings for OpenCL",
"keywords": [
"OpenCL",
"BridJS",
"GPGPU"
],
"main": "./lib/nodecl",
"author": {
"name": "Jia-Han Su",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/jiahansu/nodecl.git"
},
"bugs": {
"url": "https://github.com/jiahansu/nodecl/issues"
},
"engines": {
"node": ">=0.10.8"
},
"scripts": {
"test": "vows"
},
"directories": {
"examples": "examples",
"lib": "lib"
},
"dependencies": {
"myclass": ">=1.0.2",
"log4js": ">=0.6.9",
"bridjs": ">=0.2.1-1"
},
"devDependencies": {
"myclass": ">=1.0.2",
"log4js": ">=0.6.9",
"bridjs": ">=0.2.1-1"
},
"browser": {
"os": false
},
"homepage": "https://github.com/jiahansu/nodecl",
"_id": "[email protected]",
"_from": "nodecl@>=0.1.2-1"
}