| { | |
| "author": "Alexandru Marasteanu <hello@alexei.ro> (http://alexei.ro/)", | |
| "description": "JavaScript sprintf implementation", | |
| "devDependencies": { | |
| "grunt": "*", | |
| "grunt-contrib-uglify": "*", | |
| "grunt-contrib-watch": "*", | |
| "mocha": "*" | |
| }, | |
| "license": "BSD-3-Clause", | |
| "main": "src/sprintf.js", | |
| "name": "sprintf-js", | |
| "readmeFilename": "README.md", | |
| "repository": { | |
| "type": "git", | |
| "url": "https://github.com/alexei/sprintf.js.git" | |
| }, | |
| "scripts": { | |
| "test": "mocha test/test.js" | |
| }, | |
| "version": "1.0.3" | |
| } |