diff options
Diffstat (limited to 'library/sprintf.js/package.json')
-rw-r--r-- | library/sprintf.js/package.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/library/sprintf.js/package.json b/library/sprintf.js/package.json new file mode 100644 index 000000000..ebf4a21fe --- /dev/null +++ b/library/sprintf.js/package.json @@ -0,0 +1,22 @@ +{ + "name": "sprintf-js", + "version": "1.0.2", + "description": "JavaScript sprintf implementation", + "author": "Alexandru Marasteanu <hello@alexei.ro> (http://alexei.ro/)", + "main": "src/sprintf.js", + "scripts": { + "test": "mocha test/test.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/alexei/sprintf.js.git" + }, + "license": "BSD-3-Clause", + "readmeFilename": "README.md", + "devDependencies": { + "mocha": "*", + "grunt": "*", + "grunt-contrib-watch": "*", + "grunt-contrib-uglify": "*" + } +} |