bower.json (439B)
1 { 2 "name": "sprintf", 3 "description": "JavaScript sprintf implementation", 4 "version": "1.0.3", 5 "main": "src/sprintf.js", 6 "license": "BSD-3-Clause-Clear", 7 "keywords": ["sprintf", "string", "formatting"], 8 "authors": ["Alexandru Marasteanu <hello@alexei.ro> (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 }