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


Hang on, we reloading big blames...
{ "name": "p3x-onenote",
"version": "1.4.15-519",
"description": "📚 P3X Onenote Linux",
"main": "src/electron/app.js",
"corifeus": { "prefix": "p3x-", "publish": true,
"type": "p3x",
"code": "Linux",
"nodejs": "v10.0.0", "opencollective": true, "reponame": "onenote"
}, "bin": { "p3x-onenote": "bin/p3x-onenote.js" }, "scripts": {
"test": "grunt",
"build": "build build/dist", "postinstall": "opencollective postinstall"
}, "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/corifeus/issues" },
"homepage": "https://pages.corifeus.com/onenote",
"dependencies": {
"angular": "^1.6.10", "angular-animate": "^1.6.10", "angular-aria": "^1.6.10", "angular-material": "^1.1.9", "angular-messages": "^1.6.10",
"configstore": "^3.1.2",
"corifeus-utils": "^1.2.32-370", "electron": "^2.0.0", "opencollective": "^1.0.3",
"typeface-roboto": "0.0.54"
}, "devDependencies": {
"jsdom": "^11.10.0",
"angular-mocks": "^1.6.10",
"corifeus-builder": "^1.7.1374-392",
"electron-builder": "^20.11.1"
}, "engines": {
"node": ">=8.9.0"
}, "build": { "appId": "p3x.onenote", "copyright": "MIT",
"productName": "P3X OneNote",
"linux": {
"category": "Office",
"icon": "src/electron/asset/",
"target": "appimage"
}
}, "collective": { "type": "opencollective",
"url": "https://opencollective.com/p3x-onenote"
}
}