1{ 2 "name": "sprintf", 3 "description": "JavaScript sprintf implementation", 4 "version": "1.0.2", 5 "main": "src/sprintf.js", 6 "license": "BSD-3-Clause-Clear", 7 "keywords": ["sprintf", "string", "formatting"], 8 "authors": ["Alexandru Marasteanu <[email protected]> (http://alexei.ro/)"], 9 "homepage": "https://github.com/alexei/sprintf.js", 10 "repository": { 11 "type": "git", 12 "url": "git://github.com/alexei/sprintf.js.git" 13 } 14} 15 16