forked from oframe/ogl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 991 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 991 Bytes
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
{
"name": "ogl",
"version": "0.0.97",
"description": "WebGL Library",
"exports": "./src/index.mjs",
"type": "module",
"sideEffects": false,
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://gordonnl@github.com/oframe/ogl.git"
},
"author": {
"name": "Nathan Gordon",
"email": "gordonnl@gmail.com",
"url": "https://twitter.com/gordonnl"
},
"license": "Unlicense",
"bugs": {
"url": "https://github.com/oframe/ogl/issues"
},
"homepage": "https://github.com/oframe/ogl#readme",
"prettier": {
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"printWidth": 150,
"quoteProps": "as-needed",
"semi": true,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": false
}
}