RSS Git Download  Clone
Raw Blame History
{
    "name": "p3x-onenote",
    "version": "2018.9.27-0",
    "description": "📚 P3X Onenote Linux",
    "main": "src/electron/app.js",
    "corifeus": {
        "prefix": "p3x-",
        "publish": true,
        "type": "p3x",
        "code": "Linux",
        "nodejs": "v10.11.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"
    },
    "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.7.4",
        "angular-animate": "^1.7.4",
        "angular-aria": "^1.7.4",
        "angular-material": "^1.1.10",
        "angular-messages": "^1.7.4",
        "configstore": "^4.0.0",
        "corifeus-utils": "^2018.9.16-3",
        "opencollective": "^1.0.3",
        "typeface-roboto": "0.0.54"
    },
    "devDependencies": {
        "electron": "^3.0.1",
        "jsdom": "^12.0.0",
        "angular-mocks": "^1.7.4",
        "corifeus-builder": "^2018.9.16-3",
        "electron-builder": "^20.28.4"
    },
    "engines": {
        "node": ">=8.11.4"
    },
    "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"
    }
}