32 lines
780 B
JSON
32 lines
780 B
JSON
{
|
|
"name": "@woocommerce/currency",
|
|
"version": "1.1.0",
|
|
"description": "WooCommerce currency utilities.",
|
|
"author": "Automattic",
|
|
"license": "GPL-2.0-or-later",
|
|
"keywords": [
|
|
"wordpress",
|
|
"woocommerce",
|
|
"currency"
|
|
],
|
|
"homepage": "https://github.com/WooCommerce/wc-admin/tree/master/packages/currency/README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/WooCommerce/wc-admin.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/WooCommerce/wc-admin/issues"
|
|
},
|
|
"main": "build/index.js",
|
|
"module": "build-module/index.js",
|
|
"react-native": "src/index",
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.0.0",
|
|
"@woocommerce/number": "^1.0.1",
|
|
"lodash": "^4.17.11"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|