Projet

Général

Profil

Paste
Télécharger (698 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / libraries / flexslider-2.5.0 / package.json @ 99781f3b

1
{
2
  "name": "flexslider",
3
  "version": "2.5.0",
4
  "description": "An awesome, fully responsive jQuery slider toolkit.",
5
  "main": "jquery.flexslider.js",
6
  "scripts": {
7
    "test": "echo \"Error: no test specified\" && exit 1"
8
  },
9
  "repository": {
10
    "type": "git",
11
    "url": "git+https://github.com/woothemes/FlexSlider.git"
12
  },
13
  "keywords": [
14
    "flexslider",
15
    "jquery",
16
    "slider",
17
    "woothemes",
18
    "automattic"
19
  ],
20
  "author": "WooThemes <jeff@woothemes.com>",
21
  "license": "GPL-2.0",
22
  "bugs": {
23
    "url": "https://github.com/woothemes/FlexSlider/issues"
24
  },
25
  "homepage": "https://github.com/woothemes/FlexSlider#readme",
26
  "dependencies": {
27
    "jquery": ">=1.11.3"
28
  }
29
}