-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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": "events-and-bookings",
"title": "Events and Bookings",
"description": "Events gives you a flexible WordPress-based system for organizing parties, dinners, fundraisers - you name it.",
"version": "1.9.9.1",
"homepage": "http://premium.wpmudev.org/project/events-and-booking",
"authors": [{
"name": "S H Mohanjith"
},
{
"name": "Ve Bailovity"
},
{
"name": "Ignacio"
},
{
"name": "Ashok Kumar Nath"
}
],
"contributors": [{
"name": "Hoang Ngo"
},
{
"name": "Hakan Evin"
}
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.4",
"grunt-clear": "^0.2.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.0.0",
"grunt-contrib-rename": "0.0.3",
"grunt-contrib-uglify": "^2.1.0",
"grunt-wp-i18n": "^1.0.0",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.0"
}
}