forked from java-diff-utils/java-diff-utils
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 837 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 837 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
30
31
{
"name": "@gitliveapp/kotlin-diff-utils-js-legacy",
"version": "0",
"description": "The DiffUtils library for computing diffs, applying patches, generating side-by-side view in Java.",
"main": "kotlin-diff-utils-js-legacy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GitLiveApp/kotlin-diff-utils"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"keywords": [
"diffs",
"kotlin",
"mutliplatform",
"kotlin-js"
],
"author": "GitLiveApp",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GitLiveApp/kotlin-diff-utils/issues"
},
"homepage": "https://github.com/GitLiveApp/kotlin-diff-utils#readme",
"dependencies": {
"kotlin": "1.6.10"
}
}