-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
88 lines (88 loc) · 2.28 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "browser-monkey",
"version": "2.11.0",
"description": "reliable dom testing",
"main": "index.js",
"scripts": {
"test": "standard && mocha && karma start --single-run",
"update-readme-example-links": "node ./docs/update-readme-example-links.js",
"docs": "docsify serve docs"
},
"author": "Tim Macfarlane <[email protected]>",
"license": "MIT",
"devDependencies": {
"2vdom": "^0.2.0",
"angular": "^1.6.0",
"babel-cli": "^6.24.0",
"babel-preset-latest": "^6.24.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.24.0",
"babelify": "^7.3.0",
"browserify": "13.3.0",
"browserify-optional": "^1.0.1",
"codesandbox": "^1.3.6",
"detect-node": "^2.0.3",
"docsify-cli": "^4.3.0",
"express": "^4.15.2",
"httpism": "^2.6.2",
"hyperdom": "^0.11",
"is-node": "^1.0.2",
"karma": "3.1.4",
"karma-browserify": "^6.0.0",
"karma-browserstack-launcher": "https://github.com/karma-runner/karma-browserstack-launcher",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "2.0.0",
"karma-env-preprocessor": "0.1.1",
"karma-firefox-launcher": "^1.1.0",
"karma-ievms": "0.1.0",
"karma-mocha": "1.3.0",
"karma-mocha-reporter": "^2.2.5",
"lie": "3.1.1",
"mocha": "5.0.5",
"must": "^0.13.4",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"server-destroy": "^1.0.1",
"standard": "^10.0.0",
"vdom-query": "https://github.com/featurist/vdom-query",
"virtual-dom": "^2.1.1",
"watchify": "^3.7.0"
},
"dependencies": {
"array.prototype.find": "^2.0.3",
"chai": "3.5.0",
"debug": "^2.6.3",
"detect-browser": "^1.6.2",
"finished-promise": "0.0.2",
"global": "^4.3.1",
"hobostyle": "1.0.0",
"jquery": "^3.2.1",
"lowscore": "^1.12.1",
"trytryagain": "1.2.0"
},
"standard": {
"env": [
"mocha"
],
"ignore": [
"docs/codesandbox/**/*"
]
},
"browserify": {
"transform": [
"browserify-optional"
]
},
"keywords": [
"dom",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/featurist/browser-monkey.git"
},
"bugs": {
"url": "https://github.com/featurist/browser-monkey/issues"
},
"homepage": "https://github.com/featurist/browser-monkey"
}