-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 2.13 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
56
57
58
59
60
{
"name": "iconic-wds-google-calendar",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"dependencies": {
"iconic-plugin": "git+ssh://git@github.com/iconicwp/npm-iconic-plugin.git"
},
"scripts": {
"tasks": "gulp --tasks",
"frontend_styles": "gulp frontend_styles",
"frontend_scripts": "gulp frontend_scripts",
"rtl": "gulp rtl",
"admin_scripts": "gulp admin_scripts",
"admin_styles": "gulp admin_styles",
"watch": "gulp watch",
"deps": "gulp deps",
"prepare_plugin_files": "gulp prepare_plugin_files",
"prepare_plugin_files_nolic": "gulp prepare_plugin_files_nolic",
"format_changelog_txt": "gulp format_changelog_txt",
"add_woo_plugin_header": "gulp add_woo_plugin_header",
"remove_license": "gulp remove_license",
"create_freemius_zip": "gulp create_freemius_zip",
"create_nolic_zip": "gulp create_nolic_zip",
"move_to_demo_site": "gulp move_to_demo_site",
"compile": "gulp compile",
"upload_files_to_iconic_demos": "gulp upload_files_to_iconic_demos",
"upload_zip_to_iconic": "gulp upload_zip_to_iconic",
"move_to_trunk": "gulp move_to_trunk",
"deploy": "gulp deploy",
"pot": "gulp pot",
"versions": "gulp versions",
"default": "gulp default",
"co_master": "gulp co_master",
"co_dev": "gulp co_dev",
"pull_master": "gulp pull_master",
"pull_dev": "gulp pull_dev",
"commit": "gulp commit",
"tag": "gulp tag",
"merge_master": "gulp merge_master",
"push_master_dev_tags": "gulp push_master_dev_tags",
"bump": "gulp bump",
"bump_beta": "gulp bump_beta",
"run_versions": "gulp run_versions",
"run_compile_deploy": "gulp run_compile_deploy",
"bump_changelog": "gulp bump_changelog",
"upload_changelog": "gulp upload_changelog",
"compat": "gulp compat"
},
"repository": {
"type": "git",
"url": "git+https://pramodjodhani@github.com/iconicwp/iconic-wds-google-calendar.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iconicwp/iconic-wds-google-calendar/issues"
},
"homepage": "https://github.com/iconicwp/iconic-wds-google-calendar#readme"
}