blob: 10040b98c5fcd48ce9b42a2b31aafb12f2e2a587 [file] [log] [blame]
{
"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"
}