commit
13d483efbc
1 changed files with 26 additions and 0 deletions
@ -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 <lukechilds123@gmail.com> (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" |
||||
|
} |
Loading…
Reference in new issue