RSS Git Download  Clone
Raw Blame History
{
    "name": "p3x-onenote",
    "version": "1.2.222-345",
    "description": "P3X Onenote Linux",
    "main": "src/electron/app.js",
    "corifeus": {
        "prefix": "p3x-",
        "publish": true,
        "type": "p3x",
        "code": "Linux",
        "nodejs": "v9.5.0"
    },
    "bin": {
        "p3x-onenote": "bin/p3x-onenote.js"
    },
    "scripts": {
        "test": "grunt",
        "build": "grunt && build build/dist"
    },
    "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": {
        "electron": "^1.8.2",
        "configstore": "^3.1.1",
        "corifeus-utils": "^1.1.816-286"
    },
    "devDependencies": {
        "corifeus-builder": "^1.7.1209-305",
        "electron-builder": "^20.0.4"
    },
    "engines": {
        "node": ">=8.9.0"
    },
    "build": {
        "appId": "p3x.onenote",
        "copyright": "MIT",
        "productName": "P3X OneNote",
        "linux": {
            "category": "Office",
            "icon": "src/electron/images/"
        }
    }
}