-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1003 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
37
{
"name": "adorable-avatars",
"version": "2.1.0",
"description": "This plugin integrates the Adorable Avatars avatar placeholder service into WordPress.",
"keywords": [
"avatar",
"image",
"profile",
"user"
],
"homepage": "https://github.com/tfrommen/adorable-avatars",
"bugs": "https://github.com/tfrommen/adorable-avatars/issues",
"license": "MIT",
"author": {
"name": "Thorsten Frommen",
"email": "[email protected]",
"url": "https://tfrommen.de"
},
"repository": {
"type": "git",
"url": "https://github.com/tfrommen/adorable-avatars"
},
"devDependencies": {
"eslint": "^3.12.2",
"eslint-config-inpsyde": "^1.5.0",
"grunt": ">=0.4.5",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-eslint": "^19.0.0",
"grunt-jsonlint": "^1.1.0",
"grunt-lineending": "^1.0.0",
"grunt-newer": "^1.2.0",
"grunt-phplint": "~0.0.5",
"grunt-shell": "^2.1.0",
"grunt-zip": "^0.17.1",
"load-grunt-tasks": "^3.5.0"
}
}