{ "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" }, "repository": { "type": "git", "url": "https://gitea.iwm-tuebingen.de:IWMBrowser/iwmlib.git" }, "author": "", "license": "LGPL-3.0-or-later", "devDependencies": {} }