{ "name": "iwmlib", "version": "1.0.0", "description": "An Open Source library for multi-touch, WebGL powered applications.", "main": "index.js", "directories": { "example": "examples" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "rollup --config ./rollup.config.js", "watch": "rollup --watch --config ./rollup.config.js", "3rdparty": "python3 ./lib/3rdparty/create_all_js.py", "minify": "gulp" }, "repository": { "type": "git", "url": "https://gitea.iwm-tuebingen.de:IWMBrowser/iwmlib.git" }, "author": "", "license": "LGPL-3.0-or-later", "devDependencies": { "gulp": "^4.0.0", "gulp-rename": "^1.4.0", "gulp-uglify": "^3.0.2" } }