UNPKG

webtask-json-validator

Version:

Validator for an Auth0 Extension package.json.

36 lines (20 loc) 972 B
# Webtask.json validator *webtask.json validator* helps you to validate your webtask.json. Note: [Here](https://gist.github.com/jcenturion/a930f9ccdfa33050bcdb) you can find the `webtask.json` spec. ## Running tests $ npm i $ npm test ## Playground ![playground](https://cloud.githubusercontent.com/assets/302314/13532831/5db55a4e-e20c-11e5-9085-2541f3c8a31f.png) ### Running locally $ cd /playground $ npm i $ npm start $ open http://localhost:3000 ### Hosting on Webtask.io To deploy this to your webtask sandbox, you'll need to run: $ npm run deploy This will run `wt create ./build/bundle.js --name webtask-json-validator --no-parse --no-merge`. Note: Click [here](https://webtask.io/) for more information about how to setup webtasks. ## Issue Reporting If you have found a bug or if you have a feature request, please report them at this repository [issues](https://github.com/auth0/webtask-json-validator/issues) section.