iwmlib/package.json

43 lines
1.2 KiB
JSON

{
"name": "iwmlib",
"version": "1.0.9",
"description": "An Open Source library for multi-touch, WebGL powered applications.",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "node bin/testrunner.js",
"build": "rollup --config ./rollup.config.js",
"watch": "rollup --watch --config ./rollup.config.js",
"3rdparty": "gulp",
"jsdoc": "jsdoc -c ./doc/conf.json"
},
"repository": {
"type": "git",
"url": "https://gitea.iwm-tuebingen.de:IWMBrowser/iwmlib.git"
},
"author": "",
"license": "LGPL-3.0-or-later",
"devDependencies": {
"@pixi/jsdoc-template": "^2.4.2",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.2"
},
"dependencies": {
"gsap": "^2.1.3",
"hammerjs": "^2.0.8",
"optimal-select": "^4.0.1",
"pixi-compressed-textures": "^1.1.8",
"pixi-filters": "^2.7.1",
"pixi-particles": "^4.1.0",
"pixi-projection": "^0.2.7",
"pixi.js": "^4.8.7",
"propagating-hammerjs": "^1.4.6",
"puppeteer": "^1.16.0"
}
}