UNPKG

apl-easy-gl

Version:
47 lines (46 loc) 1.31 kB
{ "name": "apl-easy-gl", "version": "0.4.0", "description": "Various easy WebGL helper functions", "keywords": [ "webgl", "util", "lowlevel", "shader", "buffer" ], "homepage": "https://github.com/andrewlowndes/easy-gl", "main": "lib/index.js", "repository": "github:andrewlowndes/easy-gl", "types": "lib/index.d.ts", "files": [ "lib" ], "scripts": { "dev": "tsc -p ./config/build.tsconfig.json", "build": "webpack --config ./config/webpack.config.js && tsc -p ./config/build.tsconfig.json", "test": "karma start config/karma.conf.js --browsers ChromeHeadless --single-run", "test-debug": "karma start config/karma.conf.js", "coverage": "http-server -p 8082 coverage -o" }, "author": "Andrew Lowndes", "license": "MIT", "devDependencies": { "@types/gl-matrix": "^2.4.0", "@types/jasmine": "^2.8.8", "http-server": "^0.11.1", "jasmine-core": "^3.1.0", "karma": "^2.0.2", "karma-chrome-launcher": "^2.2.0", "karma-jasmine": "^1.1.2", "karma-typescript": "^3.0.12", "systemjs": "^0.21.4", "ts-loader": "^4.4.1", "typescript": "^2.9.1", "webpack": "^4.12.0", "webpack-cli": "^2.1.5" }, "dependencies": { "gl-matrix": "^2.6.1" } }