From 13d483efbc3b92d6c5b5c0955cc900728cf0ceb3 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 24 May 2016 21:49:08 +0100 Subject: [PATCH] Add package.json --- package.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..ea50b7b --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "node-browser-environment", + "version": "0.0.0", + "description": "Simulates a global browser environment using jsdom", + "main": "src/index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/lukechilds/node-browser-environment.git" + }, + "keywords": [ + "simulate", + "global", + "node", + "browser", + "environment" + ], + "author": "Luke Childs (http://lukechilds.co.uk)", + "license": "MIT", + "bugs": { + "url": "https://github.com/lukechilds/node-browser-environment/issues" + }, + "homepage": "https://github.com/lukechilds/node-browser-environment#readme" +}