nanogl-sync
Version:
webgl's fence Sync EZPZ and shim for webgl1
58 lines (57 loc) • 1.38 kB
JSON
{
"name": "nanogl-sync",
"version": "1.1.0",
"description": "webgl's fence Sync EZPZ and shim for webgl1",
"main": "index.js",
"scripts": {
"test": "tsc && karma start --webgl-version=2 && karma start",
"test_gl1": "tsc && karma start",
"test_gl2": "tsc && karma start --webgl-version=2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plepers/nanogl-sync.git"
},
"keywords": [
"webgl",
"nanogl",
"fenceSync"
],
"author": "Pierre Lepers",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/plepers/nanogl-sync/issues"
},
"homepage": "https://github.com/plepers/nanogl-sync#readme",
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"@babel/preset-env"
]
}
]
]
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"babelify": "^10.0.0",
"expect.js": "^0.3.1",
"karma": "^4.4.1",
"karma-browserify": "^6.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^1.3.0",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^2.0.2",
"mocha": "^6.2.2",
"nanogl": "^2.0.1",
"sinon": "^7.5.0",
"stringify": "^5.2.0",
"typescript": "^3.7.2",
"watchify": "^3.11.1"
}
}