Files
kotlin-fork/js/npm.templates/kotlin-compiler/package.json
T
2017-06-19 22:52:01 +03:00

29 lines
513 B
JSON

{
"name": "kotlin-compiler",
"version": "0.0.0",
"description": "Kotlin compiler",
"repository": {
"type": "git",
"url": "git+https://git@github.com/JetBrains/kotlin.git"
},
"keywords": [
"Kotlin",
"Language",
"JavaScript",
"JVM",
"JetBrains"
],
"author": "JetBrains",
"license": "Apache-2.0",
"bugs": {
"url": "kotl.in/issue"
},
"homepage": "kotlinlang.org",
"bin": {
"kotlinc-js": "bin/kotlinc-js"
},
"publishConfig" : {
"tag" : "dev"
}
}