iwmlib/package.json

43 lines
1.2 KiB
JSON
Raw Normal View History

2019-03-21 09:57:27 +01:00
{
2019-03-22 12:54:57 +01:00
"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": "gulp"
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": {
"gulp": "^4.0.0",
"gulp-concat": "^2.6.1",
2019-03-22 13:48:42 +01:00
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2"
},
"dependencies": {
"d3": "^5.9.2",
"d3-selection-multi": "^1.0.1",
"gsap": "^2.1.2",
"hammerjs": "^2.0.8",
"highlight.js": "^9.15.6",
"jquery": "^3.3.1",
"optimal-select": "^4.0.1",
"pixi-compressed-textures": "^1.1.8",
"pixi-filters": "^2.7.1",
"pixi-particles": "^4.0.1",
"pixi-projection": "^0.2.6",
2019-03-28 09:02:53 +01:00
"pixi.js": "^4.8.7",
"propagating-hammerjs": "^1.4.6"
2019-03-22 13:48:42 +01:00
}
2019-03-21 09:57:27 +01:00
}