UNPKG

882 BJSONView Raw
1{
2 "name": "gl-spikes3d",
3 "version": "1.0.6",
4 "description": "",
5 "main": "spikes.js",
6 "directories": {
7 "example": "example"
8 },
9 "dependencies": {
10 "gl-buffer": "^2.1.2",
11 "gl-shader": "^4.0.4",
12 "gl-vao": "^1.2.1",
13 "glslify": "^6.1.0"
14 },
15 "devDependencies": {
16 "beefy": "~1.1.0",
17 "game-shell-orbit-camera": "~0.0.0",
18 "gl-axes3d": "^1.2.6",
19 "gl-matrix": "^2.1.0",
20 "gl-now": "~1.3.1",
21 "gl-state": "^1.0.0"
22 },
23 "scripts": {
24 "test": "echo \"Error: no test specified\" && exit 1"
25 },
26 "browserify": {
27 "transform": [
28 "glslify"
29 ]
30 },
31 "repository": {
32 "type": "git",
33 "url": "git://github.com/gl-vis/gl-spikes3d.git"
34 },
35 "author": "Mikola Lysenko",
36 "license": "MIT",
37 "bugs": {
38 "url": "https://github.com/gl-vis/gl-spikes3d/issues"
39 },
40 "homepage": "https://github.com/gl-vis/gl-spikes3d"
41}