Mercurial > wikked
view package.json @ 368:831b22e93f94 0.6.3
Implement error and permission handling for UI views.
* Views are protected by decorators.
* Decorators check for permission errors and render error pages.
* Global Flask error handling is for API endpoints.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 22 Sep 2015 03:17:21 -0700 |
parents | 83df9086e723 |
children | 2f68a463cb06 |
line wrap: on
line source
{ "name": "Wikked", "version": "0.1.0", "dependencies": {}, "devDependencies": { "grunt": "~0.4.4", "grunt-contrib-less": "~0.11.0", "grunt-contrib-requirejs": "~0.4.3", "grunt-contrib-copy": "~0.5.0", "grunt-contrib-imagemin": "~0.6.1", "grunt-contrib-jshint": "~0.10.0", "grunt-contrib-watch": "~0.6.1" }, "engines": { "node": ">=0.8.0" } }