34 lines
813 B
JSON
34 lines
813 B
JSON
{
|
|
"name": "@woocommerce/notices",
|
|
"version": "2.11.0",
|
|
"description": "State management for notices.",
|
|
"author": "The WordPress Contributors",
|
|
"license": "GPL-2.0-or-later",
|
|
"keywords": [
|
|
"wordpress",
|
|
"gutenberg",
|
|
"notices"
|
|
],
|
|
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/notices/README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/WordPress/gutenberg.git",
|
|
"directory": "packages/notices"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/WordPress/gutenberg/issues"
|
|
},
|
|
"main": "build/index.js",
|
|
"module": "build-module/index.js",
|
|
"react-native": "src/index",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.11.2",
|
|
"@wordpress/a11y": "^2.13.0",
|
|
"@wordpress/data": "^4.25.0",
|
|
"lodash": "^4.17.19"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|