iwmlib/package.json

23 lines
689 B
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": "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": {}
2019-03-21 09:57:27 +01:00
}