-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 929 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
31
32
33
34
{
"name": "wc-skroutz-analytics",
"version": "1.7.3",
"description": "Integrate skroutz analytics to your WooCommerce enabled Wordpress site",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skroutz/skroutz-analytics-woocommerce.git"
},
"keywords": [
"skroutz",
"alve",
"scrooge",
"analytics",
"wordpress",
"woocommerce"
],
"author": "Skroutz SA",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/skroutz/skroutz-analytics-woocommerce/issues"
},
"homepage": "https://github.com/skroutz/skroutz-analytics-woocommerce#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-wp-i18n": "^0.5.4",
"grunt-wp-plugin": "skroutz/grunt-wp-plugin#v1.1.0-skroutz"
}
}