UNPKG

rizzo-next

Version:

The next generation of Lonely Planet's style guide and pattern library.

17 lines (16 loc) 298 B
{ "source": "src", "excludes": ["node_modules", "spec", "sass", "tmp"], "includes": ["\\.(jsx?)$"], "destination": "./docs/js", "test": { "type": "mocha", "source": "./spec" }, "plugins": [ { "name": "esdoc-es7-plugin" } ], "styles": ["dist/css/docs.css"] }