Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
{
2
  "name": "bootstrap-confirmation2",
3
  "version": "2.1.2",
4
  "homepage": "https://github.com/mistic100/Bootstrap-Confirmation",
5
  "description": "Bootstrap plugin for on-place confirm boxes using Popover",
6
  "authors": [
7
    "ethaizone",
8
    {
9
      "name": "Damien \"Mistic\" Sorel",
10
      "homepage": "http://www.strangeplanet.fr"
11
    }
12
  ],
13
  "main": "bootstrap-confirmation.js",
14
  "dependencies" : {
15
    "bootstrap":  "3.x.x"
16
  },
17
  "devDependencies": {
18
    "grunt": "~0.4.5",
19
    "grunt-contrib-uglify": "~0.4.0",
20
    "grunt-contrib-jshint": "~0.10.0"
21
  },
22
  "keywords": [
23
    "confirmation",
24
    "popup"
25
  ],
26
  "license": "Apache",
27
  "repository": {
28
    "type": "git",
29
    "url": "git://github.com/mistic100/Bootstrap-Confirmation.git"
30
  },
31
  "bugs": {
32
    "url": "https://github.com/mistic100/Bootstrap-Confirmation/issues"
33
  },
34
  "scripts": {
35
    "test": "grunt test --force"
36
  }
37
}