forked from WebGLSamples/WebGL2Samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 944 Bytes
/
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
{
"name": "webgl-2-samples",
"version": "0.0.0",
"description": "Short and easy to understand samples demonstrating WebGL 2 features.",
"license": "MIT",
"contributors": {
"name": "Trung Le, Shuai Shao (Shrek), and Contributors",
"url": "https://github.com/WebGLSamples/WebGL2Samples/graphs/contributors"
},
"keywords": [
"WebGL"
],
"homepage": "https://github.com/WebGLSamples/WebGL2Samples",
"repository": {
"type": "git",
"url": "[email protected]:WebGLSamples/WebGL2Samples.git"
},
"bugs": {
"url": "https://github.com/WebGLSamples/WebGL2Samples/issues"
},
"scripts": {
"jsHint": "gulp jsHint",
"jsHint-watch": "gulp jsHint-watch",
"test" : "npm run jsHint"
},
"devDependencies": {
"gulp": "3.9.0",
"gulp-jshint": "2.0.0",
"jshint": "2.8.0",
"jshint-stylish": "2.1.0"
}
}