-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 950 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 950 Bytes
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
{
"name": "three-screen-quad",
"version": "0.2.0",
"description": "a screen aligned quad for three.js",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Dusan Bosnjak",
"email": "bodu3d@gmail.com",
"url": "https://github.com/pailhead"
},
"babel": {
"presets": [
"es2015"
]
},
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"browserify": "^8.1.1",
"canvas-testbed": "^1.0.3",
"scriptjs": "^2.5.7",
"three": "^0.82.1",
"wzrd": "^1.2.1"
},
"scripts": {
"start": "wzrd test.js"
},
"keywords": [
"screen",
"fullscreen",
"threejs",
"three",
"js",
"webgl"
],
"repository": {
"type": "git",
"url": "git://github.com/pailhead/three-screen-quad.git"
},
"homepage": "https://github.com/pailhead/three-screen-quad",
"bugs": {
"url": "https://github.com/pailhead/three-screen-quad/issues"
}
}