@automattic/form-components
Version:
React-based form components, as used on WordPress.com
34 lines (33 loc) • 824 B
JSON
{
"name": "@automattic/form-components",
"version": "0.1.0-alpha.3",
"description": "React-based form components, as used on WordPress.com",
"scripts": {
"test": "run-s -s test-client test-server test-test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/automattic/wp-calypso.git"
},
"keywords": [
"wordpress",
"react",
"form",
"components"
],
"author": "Automattic",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/automattic/wp-calypso/issues"
},
"homepage": "https://github.com/Automattic/wp-calypso/tree/master/client/components/forms#readme",
"dependencies": {
"classnames": "^2.2.5",
"i18n-calypso": "^1.7.4",
"prop-types": "^15.5.10",
"react": "^15.6.1"
},
"publishConfig": {
"access": "public"
}
}