forked from gfxfundamentals/webgl-fundamentals
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.39 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
{
"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": {
"feed": "^0.2.6",
"glob": "^4.0.2",
"htmlparser2": "^3.7.2",
"inmemfilecache": "0.0.1",
"marked": "git://github.com/greggman/marked.git#raw-html",
"minimist": "^0.1.0",
"mout": "^0.9.1",
"promise": "^7.0.3",
"sitemap": "git://github.com/greggman/sitemap.js#multiple-langs",
"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",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-eslint": "^10.0.0",
"grunt-jsdoc": "^0.5.7",
"handlebars": "^3.0.2",
"hanson": "^1.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/greggman/webgl-fundamentals.git"
},
"keywords": [
"WebGL"
],
"author": "Gregg Tavares",
"license": "MIT",
"bugs": {
"url": "https://github.com/greggman/webgl-fundamentals/issues"
},
"homepage": "https://github.com/greggman/webgl-fundamentals"
}