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:
598 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | {
|
---|
| 2 | "name": "sprintf-js",
|
---|
| 3 | "version": "1.0.3",
|
---|
| 4 | "description": "JavaScript sprintf implementation",
|
---|
| 5 | "author": "Alexandru Marasteanu <hello@alexei.ro> (http://alexei.ro/)",
|
---|
| 6 | "main": "src/sprintf.js",
|
---|
| 7 | "scripts": {
|
---|
| 8 | "test": "mocha test/test.js"
|
---|
| 9 | },
|
---|
| 10 | "repository": {
|
---|
| 11 | "type": "git",
|
---|
| 12 | "url": "https://github.com/alexei/sprintf.js.git"
|
---|
| 13 | },
|
---|
| 14 | "license": "BSD-3-Clause",
|
---|
| 15 | "readmeFilename": "README.md",
|
---|
| 16 | "devDependencies": {
|
---|
| 17 | "mocha": "*",
|
---|
| 18 | "grunt": "*",
|
---|
| 19 | "grunt-contrib-watch": "*",
|
---|
| 20 | "grunt-contrib-uglify": "*"
|
---|
| 21 | }
|
---|
| 22 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.