-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 583 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 583 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
{
"name": "json-to-kotlin-class",
"version": "1.1.1",
"description": "JSON to Kotlin Class",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanmak/json-to-kotlin-class.git"
},
"keywords": [
"kotlin"
],
"author": "Sanket Makhija",
"license": "MIT",
"bugs": {
"url": "https://github.com/sanmak/json-to-kotlin-class/issues"
},
"homepage": "https://github.com/sanmak/json-to-kotlin-class#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^8.2.1"
}
}