|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
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.