-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 911 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
{
"name": "oftn-l10n-example",
"version": "1.0.0",
"description": "An example of using the oftn-l10n library with the webpack plugin",
"main": "src/index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oftn-oswg/oftn-l10n-example.git"
},
"keywords": [
"example",
"localization",
"webpack",
"plugin",
"lang",
"language"
],
"author": "Devin Samarin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/oftn-oswg/oftn-l10n-example/issues"
},
"homepage": "https://github.com/oftn-oswg/oftn-l10n-example#readme",
"devDependencies": {
"webpack": "^3.5.5",
"webpack-extract-oftn-l10n": "^1.0.0"
},
"dependencies": {
"oftn-l10n": "^0.1.0",
"os-locale": "^2.1.0"
}
}