UNPKG

ogl

Version:
49 lines (48 loc) 1.22 kB
{ "name": "ogl", "version": "0.0.60", "description": "WebGL Library", "main": "src/index.mjs", "sideEffects": false, "directories": { "example": "examples" }, "scripts": { "build": "rollup -c", "prepublish": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://gordonnl@github.com/oframe/ogl.git" }, "keywords": [ "webgl" ], "author": { "name": "Nathan Gordon", "email": "gordonnl@gmail.com", "url": "https://twitter.com/gordonnl" }, "license": "MIT", "bugs": { "url": "https://github.com/oframe/ogl/issues" }, "devDependencies": { "rollup": "^1.27.13" }, "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 } }