Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
70 lines (70 loc) · 1.67 KB

File metadata and controls

70 lines (70 loc) · 1.67 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "gpu.js",
"version": "2.15.2",
"description": "GPU Accelerated JavaScript",
"engines": {
"node": ">=8.0.0"
},
"main": "./src/index.js",
"files": [
"src",
"dist"
],
"unpkg": "./dist/gpu-browser.js",
"jsdelivr": "./dist/gpu-browser.js",
"browser": "./dist/gpu-browser.js",
"directories": {
"doc": "doc",
"test": "test"
},
"dependencies": {
"acorn": "^7.1.1",
"gl": "^4.5.2",
"gl-wiretap": "^0.6.2",
"gpu-mock.js": "^1.3.0",
"webgpu": "^0.1.16"
},
"devDependencies": {
"benchmark": "^2.1.4",
"browser-sync": "^2.26.7",
"browserify": "^16.2.3",
"c8": "^7.0.1",
"gulp": "^4.0.0",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-jsbeautifier": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-strip-comments": "^2.4.5",
"gulp-uglify-es": "^1.0.4",
"merge-stream": "^1.0.1",
"qunit": "^2.9.1",
"read-dir-deep": "^7.0.1",
"sinon": "^7.3.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"test": "qunit test/issues test/internal test/features",
"coverage": "c8 qunit test/issues test/internal test/features",
"setup": "npm i -g gulp-cli",
"make": "gulp make",
"build": "gulp build",
"docs": "doxdox ./src --layout bootstrap --output docs.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gpujs/gpu.js.git"
},
"keywords": [
"gpgpu",
"webgl"
],
"author": "The gpu.js Team",
"license": "MIT",
"bugs": {
"url": "https://github.com/gpujs/gpu.js/issues"
},
"homepage": "http://gpu.rocks/",
"typings": "./src/index.d.ts"
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.