forked from veykos/mithril-query-jsdom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1015 Bytes
/
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
{
"name": "mithril-query-jsdom",
"version": "4.0.4",
"description": "Query mithril virtual dom for testing purposes but also allow use of other window objects other than domino's",
"main": "index.js",
"types": "mithril-query.d.ts",
"scripts": {
"test": "mocha test.js && mocha example/simple.test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/veykos/mithril-query-jsdom.git"
},
"keywords": [
"mithril",
"query",
"test"
],
"author": "Stephan Hoyer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/veykos/mithril-query-jsdom/issues"
},
"homepage": "https://github.com/veykos/mithril-query-jsdom",
"devDependencies": {
"expect": "1.20.2",
"mithril": "2.0.4",
"mocha": "5.2.0",
"ospec": "4.1.1",
"prettier": "1.13.7"
},
"dependencies": {
"domino": "2.1.6",
"pretty-html-log": "1.1.1",
"yields-keycode": "1.1.0"
},
"directories": {
"example": "example"
}
}