๐Ÿ“ฆ hoxxep / webgl-ray-tracing-demo

๐Ÿ“„ package.json ยท 25 lines
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{
  "name": "raytracer",
  "version": "1.0.0",
  "description": "JavaScript/WebGL ray tracer",
  "main": "gulpfile.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Liam Gray <hoxxep@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "beepbeep": "^1.2.0",
    "gulp": "^3.9.0",
    "gulp-jshint": "^2.0.0",
    "gulp-less": "^3.0.5",
    "gulp-plumber": "^1.0.1",
    "jshint": "^2.9.1",
    "jshint-stylish": "^2.1.0"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.3.13",
    "gulp-babel": "^6.1.1"
  }
}