-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 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
{
"name": "alnp-jetpack",
"title": "Auto Load Next Post: JetPack",
"version": "1.0.0",
"private": false,
"contributors": [
"autoloadnextpost",
"sebd86"
],
"author": "Sébastien Dumont",
"author_uri": "https://sebastiendumont.com",
"homepage": "https://autoloadnextpost.com/",
"repository": {
"type": "git",
"url": "https://github.com/autoloadnextpost/alnp-jetpack"
},
"bugs": {
"url": "https://github.com/autoloadnextpost/alnp-jetpack/issues"
},
"requires": "4.5",
"requires_php": "5.6",
"tested_up_to": "5.1",
"required_alnp": "1.4.10",
"license": "GPL-2.0",
"copyright": "Copyright (c) 2019, Sébastien Dumont",
"description": "Enables support for JetPack Tiled Gallery when a post has loaded.",
"tags": "",
"keywords": [
"jetpack",
"gallery",
"tiled"
],
"constant": "ALNP_JETPACK",
"class_name": "ALNP_JetPack",
"localize_script": "alnp_jetpack",
"dependencies": {
"grunt": "^1.0.3"
},
"devDependencies": {
"grunt-checktextdomain": "~1.0.1",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "~2.0.0",
"grunt-contrib-uglify": "~4.0.0",
"grunt-rename-util": "~1.0.0",
"grunt-newer": "~1.3.0",
"grunt-potomo": "~3.5.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "~1.0.2",
"jshint-stylish": "~2.2.1",
"load-grunt-tasks": "~4.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}