forked from gfxfundamentals/webgl-fundamentals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.55 KB
/
package.json
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
{
"name": "webgl-fundamentals",
"version": "0.0.0",
"description": "Some WebGL Tutorials designed for real WebGL and not 20yr old OpenGL",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@gfxfundamentals/lesson-builder": "git://github.com/gfxfundamentals/lesson-builder.git#v1.4.1",
"@gfxfundamentals/live-editor": "git://github.com/gfxfundamentals/live-editor.git#v1.0.8",
"eslint-plugin-google-camelcase": "0.0.2",
"eslint-plugin-html": "^6.0.1",
"eslint-plugin-one-variable-per-var": "0.0.3",
"eslint-plugin-optional-comma-spacing": "0.0.4",
"eslint-plugin-require-trailing-comma": "0.0.1",
"grunt": "^1.0.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^22.0.0",
"grunt-jsdoc": "^2.4.0",
"load-grunt-tasks": "^4.0.0",
"minami": "^1.2.3",
"servez": "^1.5.0"
},
"scripts": {
"build": "grunt",
"watch": "grunt buildwatch",
"eslint": "grunt eslint",
"pre-push": "grunt pre-push",
"start": "servez out",
"test": "check-all-the-errors --follow-links=both --output=webglfundamentals.check.json out \"*.html\""
},
"repository": {
"type": "git",
"url": "git://github.com/gfxfundamentals/webgl-fundamentals.git"
},
"keywords": [
"WebGL"
],
"author": "Gregg Tavares",
"license": "MIT",
"bugs": {
"url": "https://github.com/gfxfundamentals/webgl-fundamentals/issues"
},
"homepage": "https://github.com/gfxfundamentals/webgl-fundamentals"
}