Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/bower_components/sprintf/package.json')
-rw-r--r--libs/bower_components/sprintf/package.json22
1 files changed, 0 insertions, 22 deletions
diff --git a/libs/bower_components/sprintf/package.json b/libs/bower_components/sprintf/package.json
deleted file mode 100644
index 75f7eca71e..0000000000
--- a/libs/bower_components/sprintf/package.json
+++ /dev/null
@@ -1,22 +0,0 @@
-{
- "name": "sprintf-js",
- "version": "1.0.3",
- "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": "*"
- }
-}