1
Fork 0
solar-conflux/javascript/ultra32/package.json
Matei Adriel edd15321fa
javascript(ultra32): added basic functions
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-19 20:27:57 +02:00

23 lines
474 B
JSON

{
"name": "ultra32",
"version": "1.0.0",
"description": "A vector package using the fast float32array",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "github",
"url": "https://github.com/Mateiadrielrafael/ultra32"
},
"keywords": [
"vector",
"float32array",
"webgl"
],
"author": "Matei Adriel",
"license": "ISC",
"dependencies": {},
"devDependencies": {}
}