source: node_modules/sprintf-js/bower.json

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 439 bytes
Line 
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}
Note: See TracBrowser for help on using the repository browser.