forked from wpmudev/subscribe-by-email
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 881 Bytes
/
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
{
"name": "subscribe-by-email",
"version": "3.6.0",
"main": "subscribe-by-email.php",
"scripts": {
"build": "grunt build"
},
"projectEditUrl": "https://premium.wpmudev.org/wp-admin/edit.php?post_type=project&page=projects-manage&manage_files=127",
"description": "",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-checktextdomain": "^0.1.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "~0.4.5",
"grunt-open": "^0.2.3",
"grunt-phpunit": "^0.3.6",
"grunt-potomo": "~2.1.0",
"grunt-search": "^0.1.8",
"grunt-wp-i18n": "~0.5.0",
"load-grunt-tasks": "~0.2.0"
},
"author": "WPMU DEV",
"license": "GPLv2"
}