forked from swergroup/uploadplus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 817 Bytes
/
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
{
"name": "UploadPlus",
"version": "3.3.0",
"description": "UploadPlus WordPress plugin",
"main": "Gruntfile.js",
"directories": {
"test": "tests"
},
"dependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-curl": "~0.6.0",
"grunt-phpcs": "~0.1.1",
"grunt-shell": "~0.2.2",
"grunt-phpdocumentor": "~0.1.0",
"grunt-wordpress": "~1.0.7",
"grunt-phplint": "0.0.5"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:swergroup/uploadplus.git"
},
"keywords": [
"wp",
"plugin",
""
],
"author": "pixline",
"license": "GPL2",
"gitHead": "915d78d01d8a53c9c959cd7d19e2731d2a779123",
"readmeFilename": "readme.md"
}