yomichan/package.json
2020-02-12 19:08:13 -05:00

32 lines
799 B
JSON

{
"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",
"eslint-plugin-no-unsanitized": "^3.0.2"
}
}