-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 802 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 802 Bytes
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
{
"name": "stagtools",
"version": "2.3.8",
"description": "A powerful plugin to extend functionality to your WordPress themes offering shortcodes, font icons and useful widgets.",
"homepage": "https://github.com/codestag/stagtools",
"bugs": "https://github.com/codestag/stagtools/issues",
"license": "GPLv2",
"repository": {
"type": "git",
"url": "git@github.com:mauryaratan/stagtools.git"
},
"dependencies": {
"grunt": "~1.5.3",
"load-grunt-tasks": "~3.5.2",
"grunt-contrib-jshint": "~1.1.0",
"grunt-curl": "~2.4.1",
"grunt-yaml": "~0.4.1",
"grunt-json": "~0.2.0",
"grunt-json-massager": "~0.1.0",
"grunt-prompt": "~1.3.0",
"lodash": "~4.17.21",
"grunt-contrib-clean": "~1.1.0",
"grunt-text-replace": "~0.4.0",
"grunt-wp-i18n": "~1.0.1",
"semver": "~5.4.1"
}
}