{ "name": "@mightyplow/jslib", "version": "0.4.0", "description": "js, helpers library", "main": "jslib.js", "devDependencies": { "babel-preset-es2015": "^6.22.0", "nodeunit": "^0.10.2" }, "scripts": { "nodeunit": "nodeunit", "test": "nodeunit tests" }, "files": [ "lib", "jslib.js" ], "keywords": [ "js", "javascript", "helpers", "library" ], "author": { "name": "mightyplow", "email": "mightyplow@gmail.com", "url": "http://mightyplow.net" }, "license": "ISC", "browserify": { "transform": [ "babelify" ] } }