RSS Git Download  Clone
Raw View History
Blames found: 62 Mode: javascript Binary: false


Hang on, we reloading big blames...
{ "name": "p3x-onenote",
"version": "2019.10.213",
"description": "📚 P3X OneNote Linux",
"main": "src/electron/app.js",
"corifeus": {
"snap": true,
"prefix": "p3x-", "publish": true,
"type": "p3x",
"code": "Linux",
"nodejs": "v12.7.0",
"opencollective": true,
"reponame": "onenote", "build": true
}, "bin": { "p3x-onenote": "bin/p3x-onenote.js" }, "scripts": {
"test": "grunt",
"build": "electron-builder --ia32 --x64 build/dist",
"build-test": "electron-builder build/dist -p always",
"postinstall": "opencollective postinstall",
"start": "node ./node_modules/.bin/electron ./src/electron/app.js",
"publish-electron": "rm -rf dist && electron-builder -p onTagOrDraft --ia32 --x64 --linux",
"publish-electron-snap": "electron-builder --linux snap"
}, "repository": { "type": "git",
"url": "git+https://github.com/patrikx3/onenote.git"
}, "keywords": [ "onenote",
"linux"
], "author": "Patrik Laszlo <alabard@gmail.com>", "license": "MIT", "bugs": {
"url": "https://github.com/patrikx3/onenote/issues"
},
"homepage": "https://pages.corifeus.com/onenote",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.10.0",
"angular": "^1.7.8", "angular-animate": "^1.7.8", "angular-aria": "^1.7.8",
"angular-material": "^1.1.19",
"angular-messages": "^1.7.8",
"configstore": "^4.0.0",
"corifeus-utils": "^2019.10.123",
"electron-updater": "^4.1.2",
"jquery": "^3.4.1",
"opencollective": "^1.0.3",
"semver": "^6.3.0",
"typeface-roboto": "0.0.75",
"electron": "^6.0.0"
}, "devDependencies": {
"angular-mocks": "^1.7.8",
"corifeus-builder": "^2019.10.130",
"electron-builder": "^21.2.0", "escape-string-regexp": "^2.0.0", "fs-extra": "^8.1.0", "jsdom": "^15.1.1"
}, "engines": {
"node": ">=10.16.0"
}, "build": {
"afterAllArtifactBuild": "./src/build/after-all-artifact-build.js",
"publish": [ { "provider": "github", "owner": "patrikx3", "repo": "onenote" } ],
"appId": "p3x.onenote", "copyright": "MIT",
"productName": "P3X OneNote",
"linux": {
"category": "Office",
"icon": "src/electron/images/",
"target": [ "AppImage" ]
}, "snap": { "environment": { "DISABLE_WAYLAND": 1 }
}
}, "collective": { "type": "opencollective",
"url": "https://opencollective.com/p3x-onenote"
}
}