You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
548 B
26 lines
548 B
{
|
|
"name": "kotlinx-atomicfu",
|
|
"version" : "$version",
|
|
"description" : "AtomicFU utilities for JS",
|
|
"main" : "kotlinx-atomicfu.js",
|
|
"author": "JetBrains",
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://github.com/Kotlin/atomicfu",
|
|
"bugs": {
|
|
"url": "https://github.com/Kotlin/atomicfu/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Kotlin/atomicfu.git"
|
|
},
|
|
"keywords": [
|
|
"Kotlin",
|
|
"atomic",
|
|
"JavaScript",
|
|
"JetBrains"
|
|
],
|
|
"peerDependencies": {
|
|
$kotlinDependency
|
|
}
|
|
}
|