{ "name": "@mightyplow/jslib", "version": "0.1.4", "description": "js, helpers library", "main": "jslib.js", "dependencies": { "nodeunit": "^0.9.1" }, "devDependencies": {}, "scripts": { "test": "nodeunit tests/tests.js" }, "files": [ "lib", "jslib.js" ], "keywords": [ "js", "javascript", "helpers", "library" ], "author": { "name": "mightyplow", "email": "mightyplow@gmail.com", "url": "http://mightyplow.net" }, "license": "ISC" }