iwmlib/package.json

28 lines
811 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",
2019-03-22 13:48:42 +01:00
"3rdparty": "python3 ./lib/3rdparty/create_all_js.py",
"minify": "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-rename": "^1.4.0",
"gulp-uglify": "^3.0.2"
}
2019-03-21 09:57:27 +01:00
}