From d7486239a377df618bc87373a9e871151fd82f01 Mon Sep 17 00:00:00 2001 From: liulun <412588801@qq.com> Date: Mon, 31 Aug 2015 17:12:54 +0800 Subject: [PATCH 1/2] add everything search engine wrapper add everything search engine wrapper --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index cb1c3c1..3a153e4 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,17 @@ [ + { + "name": "nimeverything", + "url": "git://github.com/xland/nimeverything/", + "method": "git", + "tags": [ + "everything", + "voidtools", + "Everything Search Engine" + ], + "description": "everything search engine wrapper", + "license": "MIT", + "web": "https://github.com/xland/nimeverything" + }, { "name": "argument_parser", "url": "git://github.com/Xe/argument_parser/", From 93adef1557c878c0269e5f6a427bcbd81b64ac76 Mon Sep 17 00:00:00 2001 From: xland <412588801@qq.com> Date: Mon, 31 Aug 2015 23:27:43 +0800 Subject: [PATCH 2/2] Move it to bottom Move it to bottom --- packages.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages.json b/packages.json index 3a153e4..18c0378 100644 --- a/packages.json +++ b/packages.json @@ -1,17 +1,4 @@ [ - { - "name": "nimeverything", - "url": "git://github.com/xland/nimeverything/", - "method": "git", - "tags": [ - "everything", - "voidtools", - "Everything Search Engine" - ], - "description": "everything search engine wrapper", - "license": "MIT", - "web": "https://github.com/xland/nimeverything" - }, { "name": "argument_parser", "url": "git://github.com/Xe/argument_parser/", @@ -3214,5 +3201,18 @@ "description": "Advanced Encryption Standard, Rijndael Algorithm", "license": "MIT", "web": "https://github.com/jangko/nimAES" + }, + { + "name": "nimeverything", + "url": "git://github.com/xland/nimeverything/", + "method": "git", + "tags": [ + "everything", + "voidtools", + "Everything Search Engine" + ], + "description": "everything search engine wrapper", + "license": "MIT", + "web": "https://github.com/xland/nimeverything" } ]