2020-02-08 19:10:53 +00:00
|
|
|
{
|
|
|
|
"name": "yomichan",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"description": "Japanese pop-up dictionary extension for Chrome and Firefox.",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-02-17 19:20:22 +00:00
|
|
|
"test": "npm run test-lint && npm run test-code",
|
|
|
|
"test-lint": "eslint .",
|
|
|
|
"test-code": "node ./test/test-schema.js"
|
2020-02-08 19:10:53 +00:00
|
|
|
},
|
|
|
|
"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": {
|
2020-02-12 03:11:28 +00:00
|
|
|
"eslint": "^6.8.0",
|
2020-02-19 03:16:30 +00:00
|
|
|
"eslint-plugin-no-unsanitized": "^3.0.2",
|
|
|
|
"fake-indexeddb": "^3.0.0"
|
2020-02-08 19:10:53 +00:00
|
|
|
}
|
|
|
|
}
|