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

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/indexes-of/package.json')
-rw-r--r--assets/node_modules/indexes-of/package.json18
1 files changed, 0 insertions, 18 deletions
diff --git a/assets/node_modules/indexes-of/package.json b/assets/node_modules/indexes-of/package.json
deleted file mode 100644
index e6346cf..0000000
--- a/assets/node_modules/indexes-of/package.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "indexes-of",
- "description": "line String/Array#indexOf but return all the indexes in an array",
- "version": "1.0.1",
- "homepage": "https://github.com/dominictarr/indexes-of",
- "repository": {
- "type": "git",
- "url": "git://github.com/dominictarr/indexes-of.git"
- },
- "scripts": {
- "test": "node test.js"
- },
- "author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",
- "license": "MIT",
- "devDependencies": {
- "tape": "~2.1.0"
- }
-}