• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "name": "kotlinx-atomicfu",
3  "version" : "$version",
4  "description" : "AtomicFU utilities for JS",
5  "main" : "kotlinx-atomicfu.js",
6  "author": "JetBrains",
7  "license": "Apache-2.0",
8  "homepage": "https://github.com/Kotlin/atomicfu",
9  "bugs": {
10    "url": "https://github.com/Kotlin/atomicfu/issues"
11  },
12  "repository": {
13    "type": "git",
14    "url": "git+https://github.com/Kotlin/atomicfu.git"
15  },
16  "keywords": [
17    "Kotlin",
18    "atomic",
19    "JavaScript",
20    "JetBrains"
21  ],
22  "peerDependencies": {
23    $kotlinDependency
24  }
25}
26