forked from cliffordp/Restrict-Content-Pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.54 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
{
"name": "restrict-content-pro",
"version": "2.3.5",
"description": "Set up a complete subscription system for your WordPress site and deliver premium content to your subscribers. Unlimited subscription packages, membership management, discount codes, registration / login forms, and more.",
"homepage": "http://restrictcontentpro.com/",
"author": {
"name": "Pippin Williamson",
"email": "[email protected]",
"url": "http://restrictcontentpro.com/"
},
"contributors": "Pippin Williamson",
"repository": {
"type": "",
"url": ""
},
"bugs": {
"url": "http://restrictcontentpro.com/support/",
"email": ""
},
"license": "GPLv2+",
"private": true,
"directories": {
"js": "",
"sass": "",
"css": "",
"build": "./build",
"languages": "./languages"
},
"pot": {
"type": "wp-plugin",
"textdomain": "rcp",
"src": "restrict-content-pro.php",
"header": {
"bugs": "http://restrictcontentpro.com/support/",
"team": "Restrict Content Pro <[email protected]>",
"last_translator": "Restrict Content Pro <[email protected]>"
}
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-checktextdomain": "~1.0.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-exec": "~0.4.5",
"grunt-newer": "^1.1.0",
"grunt-phpcs": "^0.4.0",
"grunt-potomo": "~3.2.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "~0.5.1",
"grunt-wp-readme-to-markdown": "^0.9.0",
"load-grunt-config": "0.16.0",
"load-grunt-tasks": "~0.3.0"
}
}