๐Ÿ“ฆ brijeshb42 / medium-style-confirm

๐Ÿ“„ bower.json ยท 27 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27{
  "name": "medium-style-confirm",
  "version": "0.4.6",
  "homepage": "http://bitwiser.i/medium-style-confirm/",
  "authors": [
    "Brijesh Bittu <brijeshb42@gmail.com>"
  ],
  "description": "medium style confirm dialog",
  "main": ["js/msc-script.js", "css/msc-style.css"],
  "moduleType": [
    "globals"
  ],
  "keywords": [
    "medium",
    "confirm",
    "dialog"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}