forked from gfxfundamentals/webgl2-fundamentals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.61 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
48
49
50
51
52
53
{
"name": "webgl2-fundamentals",
"version": "0.0.0",
"description": "Some WebGL2 Tutorials designed for real WebGL and not 20yr old OpenGL",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"eslint-plugin-google-camelcase": "0.0.1",
"eslint-plugin-html": "git+https://github.com/greggman/eslint-plugin-html.git#fix-space-eating",
"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",
"feed": "^0.2.6",
"glob": "^4.0.2",
"grunt": "^1.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^18.0.0",
"grunt-jsdoc": "^2.2.1",
"handlebars": "^4.0.11",
"hanson": "^1.1.1",
"htmlparser2": "^3.7.2",
"http-server": "^0.9.0",
"inmemfilecache": "0.0.1",
"load-grunt-tasks": "^3.4.1",
"marked": "git://github.com/greggman/marked.git#raw-html",
"minami": "^1.2.3",
"minimist": "^0.1.0",
"moment": "^2.17.0",
"mout": "^0.9.1",
"promise": "^7.0.3",
"sitemap": "git://github.com/greggman/sitemap.js#multiple-langs"
},
"scripts": {
"build": "grunt",
"start": "http-server out",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/greggman/webgl2-fundamentals.git"
},
"keywords": [
"WebGL"
],
"author": "Gregg Tavares",
"license": "MIT",
"bugs": {
"url": "https://github.com/greggman/webgl2-fundamentals/issues"
},
"homepage": "https://github.com/greggman/webgl2-fundamentals"
}