{ "name": "cdfmt", "version": "1.0.0", "description": "\"{0}, {1}\" string formatting", "main": "lib/node.js", "scripts": { "build": "babel src --presets es2015 --out-dir lib", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://lolg.it/herby/cdfmt.git" }, "keywords": [ "string", "formatting" ], "license": "MIT", "devDependencies": { "babel-cli": "^6.11.4", "babel-preset-es2015": "^6.9.0" } }