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
35 lines (35 loc) · 957 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 957 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
33
34
35
{
"name": "subtitles",
"homepage": "https://wordpress.org/plugins/subtitles/",
"author": {
"name": "Philip Arthur Moore",
"url": "http://philiparthurmoore.com"
},
"description": "Easily add subtitles into your WordPress posts, pages, custom post types, and themes.",
"version": "2.1.1",
"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.7",
"grunt-ts": "^4.2.0",
"grunt-wp-i18n": "^0.5.3",
"load-grunt-tasks": "^3.2.0",
"matchdep": "^0.3.0",
"time-grunt": "^1.2.1"
},
"repository": {
"type": "git",
"url": "git@github.com:philiparthurmoore/Subtitles.git"
},
"bugs": {
"url": "https://github.com/philiparthurmoore/Subtitles/issues"
},
"private": true,
"dependencies": {
"matchdep": "^0.3.0"
}
}