@cxco/ui-faq
Version:
FAQ Module using @cxco default packages
39 lines (38 loc) • 988 B
JSON
{
"name": "@cxco/ui-faq",
"version": "3.4.7",
"description": "FAQ Module using @cxco default packages",
"keywords": [
"DigitalCX",
"CX Company"
],
"author": "David Custódio <david.custodio@cxcompany.com>",
"homepage": "https://bitbucket.org/cxcompany/cxco-default-va#readme",
"license": "ISC",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://dcustodio-cx@bitbucket.org/cxcompany/cxco-default-va.git"
},
"scripts": {
"build": "babel src --out-dir lib --copy-files --ignore spec.js --root-mode upward",
"dev": "npm run build -- --watch",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"dependencies": {
"@cxco/design-system": "^3.1.3",
"hyperapp": "^1.2.9",
"marked": "0.8.0"
},
"gitHead": "6703f26dbed3d6c90f8cfc5b3558fd3a8162e079"
}