mirror of
https://github.com/kremalicious/Badged.git
synced 2024-11-22 09:56:50 +01:00
19 lines
469 B
JSON
19 lines
469 B
JSON
{
|
|
"name": "Badged",
|
|
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
|
"description": "iOS Style Notification Badges for WordPress",
|
|
"version": "1.0.0",
|
|
"main": "Gruntfile.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-less": "~0.6.4",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-contrib-imagemin": "~0.1.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:kremalicious/Badged.git"
|
|
}
|
|
}
|