UNPKG

635 BJSONView Raw
1{
2 "name": "jsdom-global",
3 "version": "1.6.2",
4 "description": "Enable DOM in Node.js",
5 "main": "index.js",
6 "browser": "browser.js",
7 "scripts": {
8 "test": "node test.js"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/rstacruz/jsdom-global.git"
13 },
14 "keywords": [
15 "jsdom",
16 "dom",
17 "test"
18 ],
19 "author": "Rico Sta. Cruz <rico@ricostacruz.com>",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/rstacruz/jsdom-global/issues"
23 },
24 "homepage": "https://github.com/rstacruz/jsdom-global#readme",
25 "devDependencies": {
26 "jsdom": "7.2.2",
27 "tape": "4.4.0"
28 }
29}