forked from wecobble/Subtitles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 872 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 872 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
29
30
31
32
{
"name": "subtitles",
"homepage": "https://wordpress.org/plugins/subtitles/",
"author": {
"name": "We Cobble",
"url": "https://wecobble.com/"
},
"description": "Easily add subtitles into your WordPress posts, pages, custom post types, and themes.",
"version": "3.0.0",
"license": "GPLv2 or later",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.9.2",
"grunt-git-archive": "0.0.3",
"grunt-pot": "^0.2.1",
"grunt-search": "^0.1.8",
"grunt-ts": "^4.2.0",
"grunt-wp-i18n": "^0.5.4",
"load-grunt-tasks": "^3.5.2",
"matchdep": "^0.3.0",
"time-grunt": "^1.4.0"
},
"repository": {
"type": "git",
"url": "git@github.com:wecobble/Subtitles.git"
},
"bugs": {
"url": "https://github.com/wecobble/Subtitles/issues"
},
"private": true
}