2019-03-21 09:57:27 +01:00
|
|
|
{
|
2019-03-22 12:54:57 +01:00
|
|
|
"name": "iwmlib",
|
2019-04-11 11:37:27 +02:00
|
|
|
"version": "1.0.4",
|
2019-03-22 12:54:57 +01:00
|
|
|
"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",
|
2019-03-29 08:49:53 +01:00
|
|
|
"3rdparty": "gulp",
|
|
|
|
"jsdoc": "jsdoc -c ./doc/conf.json"
|
2019-03-22 12:54:57 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitea.iwm-tuebingen.de:IWMBrowser/iwmlib.git"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "LGPL-3.0-or-later",
|
2019-03-22 13:48:42 +01:00
|
|
|
"devDependencies": {
|
2019-03-29 08:49:53 +01:00
|
|
|
"@pixi/jsdoc-template": "^2.4.2",
|
2019-03-22 13:48:42 +01:00
|
|
|
"gulp": "^4.0.0",
|
2019-03-22 14:26:44 +01:00
|
|
|
"gulp-concat": "^2.6.1",
|
2019-03-22 13:48:42 +01:00
|
|
|
"gulp-rename": "^1.4.0",
|
2019-04-16 12:16:29 +02:00
|
|
|
"gulp-replace": "^1.0.0",
|
2019-03-22 13:48:42 +01:00
|
|
|
"gulp-uglify": "^3.0.2"
|
2019-03-22 15:14:11 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"gsap": "^2.1.2",
|
|
|
|
"hammerjs": "^2.0.8",
|
|
|
|
"highlight.js": "^9.15.6",
|
2019-04-11 11:28:43 +02:00
|
|
|
"material-design-icons": "^3.0.1",
|
2019-03-22 15:14:11 +01:00
|
|
|
"optimal-select": "^4.0.1",
|
|
|
|
"pixi-compressed-textures": "^1.1.8",
|
|
|
|
"pixi-filters": "^2.7.1",
|
2019-04-11 11:28:43 +02:00
|
|
|
"pixi-particles": "^4.1.0",
|
|
|
|
"pixi-projection": "^0.2.7",
|
2019-03-28 09:02:53 +01:00
|
|
|
"pixi.js": "^4.8.7",
|
2019-03-22 15:14:11 +01:00
|
|
|
"propagating-hammerjs": "^1.4.6"
|
2019-03-22 13:48:42 +01:00
|
|
|
}
|
2019-03-21 09:57:27 +01:00
|
|
|
}
|