forked from Codeinwp/visualizer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.04 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
{
"name": "visualizer",
"version": "3.4.8",
"description": "Visualizer Lite",
"repository": {
"type": "git",
"url": "git+https://github.com/Codeinwp/visualizer.git"
},
"keywords": [
"wordpress-plugin"
],
"textdomain": "visualizer",
"category": "plugins",
"author": "ThemeIsle <[email protected]>",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/Codeinwp/visualizer/issues"
},
"scripts": {
"cypress:open": "cypress open",
"cypress:run": "cd cypress && docker-compose up --exit-code-from cypress"
},
"pot": {
"reportmsgidbugsto": "https://github.com/Codeinwp/visualizer/issues",
"languageteam": "Themeisle Translate <[email protected]>",
"lasttranslator": "Themeisle Translate Team <[email protected]>"
},
"devDependencies": {
"cypress": "^3.4.1",
"cypress-file-upload": "^3.3.4",
"grunt-helpscout-faq": "~0.1.0",
"grunt-plugin-fleet": "github:codeinwp/grunt-plugin-fleet",
"load-project-config": "~0.2.0"
},
"wraithSlug": [
"visualizer"
]
}