-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 967 Bytes
/
package.json
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
31
32
33
34
35
36
37
38
39
40
{
"name": "vue-plugin-webextension-i18n",
"version": "0.1.3",
"description": "Vue.js plugin that wraps the extension internationalization api. Supports WebExtension and native Chrome extension.",
"keywords": [
"vue",
"plugin",
"i18n",
"internationalization",
"webextension",
"extension",
"chrome",
"firefox"
],
"author": "CRIMX <[email protected]>",
"license": "MIT",
"repository": "crimx/vue-plugin-webextension-i18n",
"bugs": {
"url": "https://github.com/crimx/vue-plugin-webextension-i18n/issues"
},
"homepage": "https://github.com/crimx/vue-plugin-webextension-i18n",
"peerDependencies": {
"vue": "*"
},
"devDependencies": {
"chai": "^4.1.2",
"jsdom": "^20.0.0",
"mocha": "^4.1.0",
"sinon-chai": "^2.14.0",
"sinon-chrome": "^2.2.1",
"vue": "^3.2.38",
"vue2": "npm:vue@^2.6.14"
},
"engines": {
"node": ">=7.0.0"
},
"scripts": {
"test": "mocha"
}
}