UNPKG

utils-belt-js

Version:

Utils modules for backend and frontend JavaScript

28 lines (27 loc) 650 B
{ "name": "utils-belt-js", "version": "0.1.3", "description": "Utils modules for backend and frontend JavaScript", "main": "index.js", "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "https://github.com/shawn-mcginty/utils-belt-js.git" }, "keywords": [ "utils", "stringutils", "common" ], "author": "Shawn McGinty <shawn@codouken.com> (http://codouken.com)", "license": "GNU", "bugs": { "url": "https://github.com/shawn-mcginty/utils-belt-js/issues" }, "homepage": "https://github.com/shawn-mcginty/utils-belt-js", "devDependencies": { "mocha": "^2.2.1" } }