forked from black-studio/black-studio-tinymce-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 854 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 854 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
28
{
"name": "black-studio-tinymce-widget",
"title": "Black Studio TinyMCE Widget",
"version": "2.1.0",
"repository": {
"type": "git",
"url": "git://github.com/black-studio/black-studio-tinymce-widget.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-checktextdomain": "^0.1.1",
"grunt-checkwpversion": "^0.3.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.11.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-lineending": "^0.2.2",
"grunt-potomo": "^2.1.0",
"grunt-wp-deploy": "^0.5.0",
"grunt-wp-i18n": "^0.4.7",
"grunt-wp-readme-to-markdown": "^0.8.0",
"load-grunt-tasks": "^0.6.0"
}
}