| { |
| "author": { |
| "email": "hello@alexei.ro", |
| "name": "Alexandru Marasteanu", |
| "url": "http://alexei.ro/" |
| }, |
| "bugs": { |
| "url": "https://github.com/alexei/sprintf.js/issues" |
| }, |
| "bundleDependencies": false, |
| "deprecated": false, |
| "description": "JavaScript sprintf implementation", |
| "devDependencies": { |
| "grunt": "*", |
| "grunt-contrib-uglify": "*", |
| "grunt-contrib-watch": "*", |
| "mocha": "*" |
| }, |
| "homepage": "https://github.com/alexei/sprintf.js#readme", |
| "license": "BSD-3-Clause", |
| "main": "src/sprintf.js", |
| "name": "sprintf-js", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/alexei/sprintf.js.git" |
| }, |
| "scripts": { |
| "test": "mocha test/test.js" |
| }, |
| "version": "1.0.3" |
| } |