24 lines
463 B
JSON
24 lines
463 B
JSON
{
|
|
"name": "kotlin",
|
|
"version": "$version",
|
|
"description": "Standard Library for Kotlin Applications",
|
|
"main": "kotlin.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git@github.com/JetBrains/kotlin.git"
|
|
},
|
|
"keywords": [
|
|
"Kotlin",
|
|
"Language",
|
|
"Runtime",
|
|
"JavaScript",
|
|
"JetBrains"
|
|
],
|
|
"author": "JetBrains",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "kotl.in/issue"
|
|
},
|
|
"homepage": "kotlinlang.org"
|
|
}
|