-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.56 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.56 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
54
55
56
57
58
59
60
61
{
"name": "benchmark-js",
"version": "0.0.1",
"description": "Port of glmark2 in Webgl",
"main": "script.js",
"dependencies": {
"aframe": "^0.3.0",
"aframe-react": "^1.2.0",
"babel-polyfill": "^6.3.14",
"dat.gui": "^0.6.1",
"gl-matrix": "^2.3.2",
"glslify-loader": "^1.0.2",
"raw-loader": "^0.5.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"simple-server": "^1.0.1",
"three": "^0.79.0"
},
"devDependencies": {
"aframe-particle-system-component": "^1.0.1",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.3.13",
"glsl-blend": "^1.0.3",
"glsl-fast-gaussian-blur": "^1.0.2",
"json-loader": "^0.5.4",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.0",
"webpack-glsl-loader": "^1.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npm run build && npm start",
"start": "cd public && node ../bin/server-start.js",
"build": "./node_modules/.bin/webpack --watch&"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Edouard360/webgl-mark2.git"
},
"keywords": [
"js",
"gl",
"webgl",
"javascript",
"glmark2",
"benchmark",
"jellyfish",
"3d",
"web"
],
"author": "Edouard Mehlman",
"license": "ISC",
"bugs": {
"url": "https://github.com/Edouard360/webgl-mark2/issues"
},
"homepage": "https://github.com/Edouard360/webgl-mark2#readme"
}