{ "name": "CameraTrigger", "version": "1.0.0", "homepage": "https://contentnation.net/grumpydevelop/", "author": { "name" : "Sascha Nitsch", "url" : "https://contentnation.net/grumpydevelop/" }, "funding": { "type": "ContentNation", "url": "https://contentnation.net/grumpydevelop/" }, "license": "GPL-3.0-or-later", "devDependencies": { "@types/jquery": "^3.5.16", "grunt": "^1.5.3", "grunt-cli": "^1.4.3", "grunt-contrib-concat": "^2.1.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-less": "^3.0.0", "grunt-contrib-uglify": "^5.2.2", "grunt-contrib-watch": "^1.1.0", "grunt-json-merge": "^0.2.2", "grunt-newer": "^1.3.0", "grunt-ts": "^6.0.0-beta.22", "typescript": "^4.9.4" }, "dependencies": { "@fortawesome/fontawesome-free": "^6.2.1", "@types/mustache": "^4.2.2", "jquery": "^3.6.3", "jquery-toast-plugin": "^1.3.2", "mustache": "^4.2.0" }, "browserslist": [ "defaults" ] }