-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 730 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "jsdom-global",
"description": "Enable DOM in Node.js",
"version": "3.0.2",
"author": "Rico Sta. Cruz <rico@ricostacruz.com>",
"browser": "browser.js",
"bugs": {
"url": "https://github.com/rstacruz/jsdom-global/issues"
},
"devDependencies": {
"jsdom": "~10.0.0",
"standard": "~10.0.2",
"tape": "~4.6.3"
},
"homepage": "https://github.com/rstacruz/jsdom-global#readme",
"keywords": [
"dom",
"jsdom",
"test"
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"jsdom": ">=10.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rstacruz/jsdom-global.git"
},
"scripts": {
"test": "node test.js && standard"
}
}