UNPKG

angular-ui-form-validation

Version:

A plugin for performing validation in angularjs without writing lots of boilerplate code or duplicating logic.

43 lines 972 B
{ "name": "lazy.js", "description": "Like Underscore, but lazier", "version": "0.3.2", "homepage": "http://dtao.github.io/lazy.js/", "author": { "name": "Dan Tao", "email": "daniel.tao@gmail.com", "url": "http://philosopherdeveloper.com" }, "main": "lazy.node.js", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/dtao/lazy.js.git" }, "bugs": { "url": "https://github.com/dtao/lazy.js/issues" }, "keywords": [ "lazy", "functional", "performance", "speed", "util" ], "devDependencies": { "autodoc": ">= 0.5.5", "deft": ">= 0.2.0", "jasmine-node": "1.7.x", "jsdoc": "3.2.x", "JSONStream": ">= 0.7.1", "memorystream": ">= 0.2.0", "benchmark": "1.0.0", "race.js": "0.1.4", "lodash": "2.0.0", "underscore": "1.5.2", "string-table": "0.1.2" }, "scripts": { "test": "autodoc -t lazy.js && jasmine-node spec/node_spec.js" } }