-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
76 lines (76 loc) · 1.84 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "membership2",
"title": "Membership 2 Pro",
"description": "The most powerful, easy to use and flexible membership plugin for WordPress sites available.",
"version": "1.1.6",
"freeVersion": "4.1.6",
"homepage": "https://premium.wpmudev.org/project/membership/",
"repository": "git+https://bitbucket.org/incsub/membership-2.git",
"license": "GPL-2.0",
"scripts": {
"build": "grunt build",
"build:pro": "grunt build:pro",
"build:free": "grunt build:free",
"test": "grunt test"
},
"authors": [
{
"name": "Paul Kevin"
},
{
"name": "Ashok Kumar Nath"
},
{
"name": "Philipp Stracker"
}
],
"contributors": [
{
"name": "Fabio Jun Onishi"
},
{
"name": "Victor Ivanov"
},
{
"name": "Jack Kitterhing"
},
{
"name": "Rheinard Korf"
},
{
"name": "Joji Mori"
},
{
"name": "Patrick Cohen"
}
],
"devDependencies": {
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compass": "^1.1.1",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^2.0.0",
"grunt-phpunit": "^0.3.6",
"grunt-wp-i18n": "1.0.0",
"time-grunt": "^1.4.0",
"grunt-clear": "^0.2.1",
"load-grunt-tasks": "^3.5.2",
"grunt-git": "^1.0.3",
"grunt-replace": "^1.0.1",
"grunt-phplint": "^0.1.0",
"grunt-phpcs": "^0.4.0",
"grunt-jsvalidate": "^0.2.2",
"grunt-contrib-rename": "^0.0.3"
},
"keywords": []
}