forked from Kit/convertkit-wordpress
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 768 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 768 Bytes
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
{
"name": "convertkit",
"title": "ConvertKit",
"author": "ConvertKit",
"license": "GPL-2.0",
"version": "1.4.4",
"description": "",
"homepage": "https://github.com/convertkit/ConvertKit-WordPress",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/convertkit/ConvertKit-WordPress.git"
},
"dependencies": {
"grunt": "^0.4.5"
},
"devDependencies": {
"exec": "^0.1.2",
"grunt": "^0.4.5",
"grunt-bump": "0.0.16",
"grunt-checktextdomain": "^1.0.1",
"grunt-exec": "^0.4.6",
"grunt-phpcs": "^0.2.3",
"grunt-phpunit": "^0.3.6",
"grunt-potomo": "^3.2.1",
"grunt-prompt": "^1.3.0",
"grunt-semver": "^0.1.6",
"grunt-wp-i18n": "^0.5.4",
"semver": "^4.1.0"
}
}