forked from brainstormforce/wp-freshdesk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 978 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
{
"name": "wp-freshdesk",
"version": "1.0.0",
"description": "With this plugin, your users will be able to see their tickets on your Freshdesk support portal. Other features include - SSO, ticket filtering, sorting & search options. Admins have an options to display only certain status tickets with shortcodes.",
"main": "Gruntfile.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/brainstormforce/wp-freshdesk"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brainstormforce/wp-freshdesk"
},
"homepage": "https://github.com/brainstormforce/wp-freshdesk",
"devDependencies": {
"autoprefixer": "^6.1.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^0.14.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-postcss": "^0.7.1",
"grunt-wp-readme-to-markdown": "^1.0.0"
}
}