-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.46 KB
/
package.json
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name" : "bxslider-integration",
"version" : "1.7.2",
"description" : "bxSlider for WordPress integrates the cool responsive content slider bxSlider jQuery plugin in your very own WordPress site.",
"author" : {
"name" : "Vincent Mimoun-Prat",
"email" : "[email protected]",
"url" : "http://vincentprat.info/"
},
"homepage" : "http://marvinlabs.com",
"bugs" : {
"url" : "http://github.com/marvinlabs/bxslider-for-wordpress/issues"
},
"repository" : {
"type" : "git",
"url" : "[email protected]:marvinlabs/bxslider-for-wordpress.git"
},
"license" : "GPL v2",
"devDependencies" : {
"glob" : "^4.4.0",
"grunt" : "^0.4.5",
"grunt-autoprefixer" : "^2.2.0",
"grunt-checkpending" : "^0.1.2",
"grunt-checktextdomain" : "^0.1.1",
"grunt-contrib-clean" : "^0.6.0",
"grunt-contrib-compress" : "^0.13.0",
"grunt-contrib-concat" : "^0.5.1",
"grunt-contrib-copy" : "^0.8.0",
"grunt-contrib-less" : "~0.11.0",
"grunt-contrib-uglify" : "^0.8.0",
"grunt-contrib-watch" : "~0.6.1",
"grunt-git" : "^0.3.4",
"grunt-text-replace" : "^0.4.0",
"grunt-transifex" : "^0.1.1",
"grunt-version" : "^0.3.1",
"grunt-wp-i18n" : "^0.5.0",
"grunt-exec": "~0.4.5",
"grunt-potomo": "~3.2.0",
"grunt-wp-readme-to-markdown" : "^0.8.0",
"load-grunt-config" : "^0.16.0"
}
}