-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 774 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 774 Bytes
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
{
"name": "json2java-properties-formatter",
"version": "1.0.0",
"description": "Node script to format json files to java properties files",
"main": "",
"scripts": {
"translations-export": "node json2javaProperties.js ./translations/export/ ./translations/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unsignedmind/json2javaProperties.git"
},
"keywords": [
"json",
"java",
"properties",
"formatter"
],
"author": "Unsignedmind",
"license": "MIT",
"bugs": {
"url": "https://github.com/unsignedmind/json2javaProperties/issues"
},
"homepage": "https://github.com/unsignedmind/json2javaProperties#readme",
"dependencies": {
"lodash.trimend": "^4.5.1",
"lodash.trimstart": "^4.5.1"
}
}