UNPKG

utilities

Version:

A classic collection of JavaScript utilities

27 lines (26 loc) 506 B
{ "name": "utilities", "description": "A classic collection of JavaScript utilities", "keywords": [ "utilities", "utils", "jake", "geddy" ], "version": "1.0.6", "author": "Matthew Eernisse <mde@fleegix.org> (http://fleegix.org)", "main": "./lib/index.js", "scripts": { "test": "jake test" }, "repository": { "type": "git", "url": "git://github.com/mde/utilities.git" }, "devDependencies": { "jake": "latest" }, "engines": { "node": "*" } }