package.json 800 Bytes
Newer Older
Sangjune Bae's avatar
Sangjune Bae committed
1
{
baesangjune's avatar
yarn    
baesangjune committed
2
3
4
  "name": "dom-helpers",
  "version": "5.2.0",
  "description": "tiny modular DOM lib for ie9+",
Sangjune Bae's avatar
Sangjune Bae committed
5
6
7
8
  "author": {
    "name": "Jason Quense",
    "email": "monastic.panic@gmail.com"
  },
baesangjune's avatar
yarn    
baesangjune committed
9
10
11
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-bootstrap/dom-helpers.git"
Sangjune Bae's avatar
Sangjune Bae committed
12
  },
baesangjune's avatar
yarn    
baesangjune committed
13
14
15
16
  "license": "MIT",
  "main": "cjs/index.js",
  "types": "cjs/index.d.ts",
  "module": "esm/index.js",
Sangjune Bae's avatar
Sangjune Bae committed
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
  "keywords": [
    "dom-helpers",
    "react-component",
    "dom",
    "api",
    "cross-browser",
    "style",
    "event",
    "height",
    "width",
    "dom-helpers",
    "class",
    "classlist",
    "css"
  ],
  "publishConfig": {
    "directory": "lib"
  },
  "release": {
    "conventionalCommits": true
  },
baesangjune's avatar
yarn    
baesangjune committed
38
39
40
41
  "dependencies": {
    "@babel/runtime": "^7.8.7",
    "csstype": "^3.0.2"
  }
Sangjune Bae's avatar
Sangjune Bae committed
42
}