2018-08-18 12:35:39 +02:00
|
|
|
{
|
2023-02-08 13:26:00 +01:00
|
|
|
"name": "wordpress-activitypub",
|
2018-08-18 12:35:39 +02:00
|
|
|
"description": "The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/pfefferle/wordpress-activitypub.git"
|
|
|
|
},
|
|
|
|
"author": {
|
|
|
|
"name": "Matthias Pfefferle",
|
|
|
|
"web": "https://notiz.blog"
|
|
|
|
},
|
2023-07-26 22:05:41 +02:00
|
|
|
"scripts": {
|
|
|
|
"dev": "wp-scripts start",
|
|
|
|
"build": "wp-scripts build"
|
|
|
|
},
|
2018-08-18 12:35:39 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/pfefferle/wordpress-activitypub/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/pfefferle/wordpress-activitypub#readme",
|
|
|
|
"devDependencies": {
|
2023-07-26 22:05:41 +02:00
|
|
|
"@wordpress/blocks": "^12.11.0",
|
|
|
|
"@wordpress/components": "^25.0.0",
|
|
|
|
"@wordpress/data": "^9.4.0",
|
|
|
|
"@wordpress/dom-ready": "^3.36.0",
|
|
|
|
"@wordpress/element": "^5.11.0",
|
|
|
|
"@wordpress/scripts": "^26.5.0",
|
|
|
|
"classnames": "^2.3.2",
|
2020-03-30 22:55:15 +02:00
|
|
|
"grunt": "^1.1.0",
|
2018-08-18 12:35:39 +02:00
|
|
|
"grunt-checktextdomain": "^1.0.1",
|
2020-03-30 22:55:15 +02:00
|
|
|
"grunt-wp-i18n": "^1.0.3",
|
2018-08-18 12:35:39 +02:00
|
|
|
"grunt-wp-readme-to-markdown": "^2.0.1"
|
|
|
|
}
|
|
|
|
}
|