package.json 947 字节
Newer Older
S
Samy Pessé 已提交
1 2 3
{
    "name": "gitbook-plugin-theme-default",
    "description": "Default theme for GitBook > 3.0.0",
4
    "main": "./index.js",
S
Samy Pessé 已提交
5 6
    "engines": {
        "gitbook": ">=3.0.0"
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
    },
    "devDependencies": {
        "less": "2.6.0",
        "browserify": "13.0.0",
        "uglify-js": "2.6.1",
        "lodash": "3.10.1",
        "jquery": "2.1.4",
        "mousetrap": "1.5.3",
        "font-awesome": "4.1.0",
        "gitbook-markdown-css": "1.0.1"
    },
    "scripts": {
        "prepublish": "./src/build.sh"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/GitbookIO/gitbook-theme-default.git"
    },
    "author": "FriendCode Inc. <contact@gitbook.com>",
    "license": "Apache-2.0",
    "bugs": {
        "url": "https://github.com/GitbookIO/gitbook-theme-default/issues"
    },
    "contributors": [
        {
            "name": "Samy Pessé",
            "email": "samy@gitbook.com"
        }
    ]
S
Samy Pessé 已提交
36
}