-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.51 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "awesome-support-api",
"version": "1.0.0",
"description": "API add-on for Awesome Support.",
"homepage": "https://getawesomesupport.com/addons/api/",
"author": "Tanner Moushey <[email protected]>",
"contributors": "Tanner Moushey",
"repository": {
"type": "git",
"url": "https://github.com:tannerm/rcp-avatax.git"
},
"bugs": {
"url": "https://skilledcode.com/support/"
},
"license": "GPLv2+",
"private": true,
"directories": {
"tests": "tests",
"js": "",
"sass": "",
"css": "",
"build": "./build",
"languages": "./languages"
},
"pot": {
"type": "wp-plugin",
"textdomain": "rcp-avatax",
"src": "rcp-avatax.php",
"header": {
"bugs": "https://skilledcode.com/support/",
"team": "SkilledCode <[email protected]>",
"last_translator": ""
}
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-checktextdomain": "~1.0.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-exec": "~0.4.5",
"grunt-newer": "^1.1.0",
"grunt-phpcs": "^0.4.0",
"grunt-potomo": "~3.2.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "~0.5.1",
"grunt-wp-readme-to-markdown": "^0.9.0",
"load-grunt-config": "0.16.0",
"load-grunt-tasks": "~0.3.0"
},
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}