nanogl-camera
Version:
camera object for nanogl
62 lines (61 loc) • 1.56 kB
JSON
{
"name": "nanogl-camera",
"version": "1.1.2",
"description": "camera object for nanogl",
"main": "index.js",
"scripts": {
"test": "tsc && karma start",
"gztest": "browserify camera.js -o gztest.js && uglifyjs --screw-ie8 -m -c warnings=false -o gztest.min.js -- gztest.js && gzip -k -9 gztest.min.js && stat -f%z gztest.min.js.gz && rm ./*gztest*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plepers/nanogl-camera.git"
},
"keywords": [
"nanogl",
"transform",
"matrix"
],
"author": "Pierre Lepers",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/plepers/nanogl-camera/issues"
},
"homepage": "https://github.com/plepers/nanogl-camera#readme",
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"@babel/preset-env"
]
}
]
]
},
"types": "index.d.ts",
"dependencies": {
"@types/gl-matrix": "2.3.1",
"gl-matrix": "2.3.1",
"nanogl-node": "^1.2.0"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"babelify": "^10.0.0",
"browserify": "^16.5.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",
"sinon": "^7.5.0",
"typescript": "^3.7.2",
"watchify": "^3.11.1"
}
}