{ "name": "@mightyplow/jslib", "version": "0.9.4", "description": "js, helpers library", "main": "dist/index.js", "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-es2015": "^6.22.0", "nodeunit": "^0.10.2", "rimraf": "^2.6.1" }, "scripts": { "nodeunit": "nodeunit", "test": "nodeunit tests", "build": "rimraf dist && babel src -d dist", "prebublish": "npm run test && npm run build" }, "files": [ "dist" ], "keywords": [ "js", "javascript", "helpers", "library" ], "author": { "name": "mightyplow", "email": "mightyplow@gmail.com", "url": "http://mightyplow.net" }, "license": "ISC", "babel": { "presets": [ "es2015" ] } }