{ "name": "p3x-onenote", "version": "2019.4.33", "description": "📚 P3X OneNote Linux", "main": "src/electron/app.js", "corifeus": { "snap": true, "prefix": "p3x-", "publish": true, "type": "p3x", "code": "Linux", "nodejs": "v11.15.0", "opencollective": true, "reponame": "onenote", "build": true }, "bin": { "p3x-onenote": "bin/p3x-onenote.js" }, "scripts": { "test": "grunt", "build": "build --ia32 --x64 build/dist", "postinstall": "opencollective postinstall", "start": "node ./node_modules/.bin/electron ./src/electron/app.js", "publish-electron": "build --ia32 --x64 --linux -p always", "publish-electron-snap": "build --linux snap" }, "repository": { "type": "git", "url": "git+https://github.com/patrikx3/onenote.git" }, "keywords": [ "onenote", "linux" ], "author": "Patrik Laszlo ", "license": "MIT", "bugs": { "url": "https://github.com/patrikx3/onenote/issues" }, "homepage": "https://pages.corifeus.com/onenote", "dependencies": { "@fortawesome/fontawesome-free": "^5.8.1", "angular": "^1.7.8", "angular-animate": "^1.7.8", "angular-aria": "^1.7.8", "angular-material": "^1.1.18", "angular-messages": "^1.7.8", "configstore": "^4.0.0", "corifeus-utils": "^2019.4.13", "electron-updater": "^4.0.6", "jquery": "^3.4.0", "opencollective": "^1.0.3", "semver": "^6.0.0", "typeface-roboto": "0.0.54" }, "devDependencies": { "jsdom": "^15.0.0", "angular-mocks": "^1.7.8", "corifeus-builder": "^2019.4.12", "electron-builder": "^20.39.0" }, "engines": { "node": ">=10.13.0" }, "build": { "publish": [ { "provider": "github", "owner": "patrikx3", "repo": "onenote" } ], "appId": "p3x.onenote", "copyright": "MIT", "productName": "P3X OneNote", "linux": { "category": "Office", "icon": "src/electron/images/", "target": [ "AppImage" ] } }, "collective": { "type": "opencollective", "url": "https://opencollective.com/p3x-onenote" } }