forked from uetchy/Polyglot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 902 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
{
"name": "polyglot",
"description": "translate selected text into your native language",
"version": "2.6.0",
"main": "Polyglot.safariextension/injected.js",
"scripts": {
"build": "webpack --mode production",
"start": "webpack -w --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@babel/polyfill": "^7.2.5"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^8.0.5",
"plist": "^3.0.1",
"webpack": "^4.16.4",
"webpack-command": "^0.4.1"
},
"bugs": {
"url": "https://github.com/uetchy/Polyglot/issues"
},
"homepage": "https://github.com/uetchy/Polyglot",
"keywords": [
"Polyglot"
],
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/uetchy/Polyglot.git"
}
}