UNPKG

suzanne

Version:
36 lines 797 B
{ "name": "suzanne", "main": "dist/suzanne.js", "module": "lib/js/index.js", "types": "lib/types/index.d.ts", "version": "0.0.4", "description": "3D Software Renderer", "scripts": { "build": "tsc && webpack --mode production", "test": "echo \"Error: no test specified\" && exit 1", "watch": "tsc -w" }, "devDependencies": { "@types/node": "~10.11.7", "typescript": "~3.1.3", "ts-loader": "~5.2.1", "file-loader": "~2.0.0", "webpack": "~4.20.2", "webpack-cli": "~3.1.2" }, "keywords": [ "Suzanne", "3D", "Software", "Renderer", "Canvas", "CPU" ], "author": "Nathan Soufflet", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/nathsou/Suzanne.git" }, "dependencies": {} }