summaryrefslogtreecommitdiff
path: root/package.json
blob: eb1fb25c11764878fb24dae599ca2243c4ff1c27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "name": "yomichan",
    "version": "0.0.0",
    "description": "Japanese pop-up dictionary extension for Chrome and Firefox.",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "test": "npm run test-lint",
        "test-lint": "eslint ."
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/FooSoft/yomichan.git"
    },
    "author": "FooSoft",
    "licenses": [
        {
            "type": "GPLv3",
            "url": "https://www.gnu.org/licenses/gpl-3.0.html"
        }
    ],
    "bugs": {
        "url": "https://github.com/FooSoft/yomichan/issues"
    },
    "homepage": "https://foosoft.net/projects/yomichan/",
    "devDependencies": {
        "eslint": "^6.8.0"
    }
}