From 6c741f6935b0566653f3e270044ab1a15c509680 Mon Sep 17 00:00:00 2001 From: Alexandre Voiney Date: Tue, 2 Jun 2015 09:19:27 +0200 Subject: [PATCH] Add component.json file --- component.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..06b0efc --- /dev/null +++ b/component.json @@ -0,0 +1,14 @@ +{ + "name": "expect.js", + "version": "0.3.1", + "description": "Minimalistic BDD assertion toolkit based on should.js", + "keywords": [ + "expect.js", + "component" + ], + "scripts": [ + "index.js" + ], + "license": "MIT", + "repository": "Automattic/expect.js" +}