-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
executable file
·55 lines (55 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
{
"name": "Sell-Media",
"version": "2.5.7.4",
"description": "A plugin for selling photos, prints and other downloads.",
"homepage": "https://graphpaperpress.com/plugins/sell-media/",
"author": {
"name": "Graph Paper Press",
"email": "[email protected]",
"url": "https://graphpaperpress.com/"
},
"contributors": "",
"repository": {
"type": "git",
"url": "https://github.com/graphpaperpress/Sell-Media"
},
"bugs": {
"url": "https://graphpaperpress.com/support/",
"email": "[email protected]"
},
"license": "GPLv2+",
"private": true,
"directories": {
"js": "",
"sass": "",
"css": "",
"build": "./build",
"languages": "./languages"
},
"pot": {
"type": "wp-plugin",
"textdomain": "sell_media",
"src": "sell-media.php",
"header": {
"bugs": "https://graphpaperpress.com/",
"team": "Graph Paper Press <[email protected]>",
"last_translator": "Graph Paper Press <[email protected]>"
}
},
"devDependencies": {
"@wordpress/scripts": "^19.2.4",
"grunt": "~1.3.0",
"grunt-checktextdomain": "~1.0.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "~2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-exec": "~0.4.5",
"grunt-newer": "^1.1.0",
"grunt-potomo": "~3.5.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "~0.5.1",
"grunt-wp-readme-to-markdown": "^2.1.0",
"load-grunt-config": "0.16.0",
"load-grunt-tasks": "~0.3.0"
}
}