UNPKG

okaylib

Version:

Extensible MVC library

40 lines (39 loc) 716 B
{ "name": "okaylib", "version": "0.5.6", "description": "Extensible MVC library", "main": "ok.js", "repository": { "type": "git", "url": "https://github.com/j-/ok.git" }, "keywords": [ "ok", "okay", "okaylib", "extensible", "mvc", "library", "model", "view", "controller" ], "author": "Jamie Hoeks <j@skeoh.com>", "license": "MIT", "bugs": { "url": "https://github.com/j-/ok/issues" }, "homepage": "https://github.com/j-/ok", "dependencies": { "underscore": "^1.7.0" }, "files": [ "ok.js" ], "devDependencies": { "gulp": "^3.8.10" }, "scripts": { "test": "gulp test" } }