-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 922 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
{
"name": "demo-localization",
"version": "1.0.0",
"description": "Demo project to show a potential use of Resource Sentry for the localization.",
"main": "./src/index.js",
"scripts": {
"build": "resource-sentry",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/resource-sentry/demo-localization.git"
},
"keywords": [
"demo",
"resource-sentry",
"resources",
"locale",
"localization",
"i18n",
"data"
],
"author": "Nicolas Siver",
"license": "MIT",
"bugs": {
"url": "https://github.com/resource-sentry/demo-localization/issues"
},
"homepage": "https://github.com/resource-sentry/demo-localization#readme",
"devDependencies": {
"@resource-sentry/core": "^1.1.0",
"@resource-sentry/reader-localization": "^1.1.0",
"@resource-sentry/writer-es2015": "^1.3.0"
}
}