Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
544
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "name": "angular-confirm",
  3.     "version": "1.1.0",
  4.     "homepage": "https://github.com/craftpip/angular-confirm",
  5.     "authors": [
  6.         "boniface pereira <bonifacepereira@gmail.com>"
  7.     ],
  8.     "description": "A multipurpose alert and confirm plugin",
  9.     "main": [
  10.         "css/angular-confirm.css",
  11.         "js/angular-confirm.js"
  12.     ],
  13.     "keywords": [
  14.         "angular-plugin",
  15.         "javascript",
  16.         "confirm",
  17.         "alert",
  18.         "dialog",
  19.         "angular"
  20.     ],
  21.     "license": "MIT",
  22.     "ignore": [
  23.         "**/.*",
  24.         "node_modules",
  25.         "bower_components",
  26.         "test",
  27.         "tests"
  28.     ],
  29.     "dependencies": {
  30.         "bootstrap": "3.*",
  31.         "jquery": ">=1.6"
  32.     }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement