-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
33 lines (33 loc) · 884 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
33
{
"name": "webgl-lint",
"version": "1.11.3",
"description": "A semi strict WebGL checker",
"main": "webgl-lint.js",
"scripts": {
"build": "rollup -c",
"eslint": "eslint \"**/*.js\"",
"pre-push": "npm run eslint",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greggman/webgl-lint.git"
},
"keywords": [
"webgl"
],
"author": "Gregg Tavares",
"license": "MIT",
"bugs": {
"url": "https://github.com/greggman/webgl-lint/issues"
},
"homepage": "https://github.com/greggman/webgl-lint#readme",
"devDependencies": {
"eslint": "^7.5.0",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-optional-comma-spacing": "0.0.4",
"eslint-plugin-require-trailing-comma": "0.0.1",
"rollup": "^2.23.0",
"rollup-plugin-node-resolve": "^5.2.0"
}
}