.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / sprintf-js / package.json
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/sprintf-js/package.json b/.config/coc/extensions/node_modules/coc-prettier/node_modules/sprintf-js/package.json
new file mode 100644 (file)
index 0000000..75f7eca
--- /dev/null
@@ -0,0 +1,22 @@
+{
+    "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": "*"
+    }
+}