commit 13d483efbc3b92d6c5b5c0955cc900728cf0ceb3 Author: Luke Childs Date: Tue May 24 21:49:08 2016 +0100 Add 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" +}