-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "woocommerce-subscriptions-importer-exporter",
"title": "WooCommerce Subscriptions Importer and Exporter",
"author": "Prospress",
"license": "ISC",
"version": "2.2.0",
"description": "",
"homepage": "https://github.com/WooCommerce/woocommerce-subscriptions-importer-exporter",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/WooCommerce/woocommerce-subscriptions-importer-exporter.git"
},
"bugs": {
"url": "https://github.com/WooCommerce/woocommerce-subscriptions-importer-exporter/issues"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=0.8.0",
"npm": ">=1.1.0"
},
"dependencies": {
"grunt": "^0.4.5"
},
"devDependencies": {
"exec": "^0.1.2",
"grunt": "^0.4.5",
"grunt-bump": "0.0.16",
"grunt-exec": "^0.4.6",
"grunt-phpcs": "^0.2.3",
"grunt-phpunit": "^0.3.6",
"grunt-prompt": "^1.3.0",
"grunt-semver": "^0.1.6",
"grunt-checktextdomain": "~1.0.0",
"grunt-wp-i18n": "~0.5.2",
"grunt-potomo": "~3.2.0",
"semver": "^4.1.0"
}
}