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" +}