-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "mithril-query",
"version": "4.0.1",
"description": "Query mithril virtual dom for testing purposes",
"main": "index.js",
"types": "mithril-query.d.ts",
"scripts": {
"test": "mocha test.js && mocha example/simple.test.js"
},
"repository": {
"type": "git",
"url": "[email protected]:MithrilJS/mithril-query.git"
},
"keywords": [
"mithril",
"query",
"test"
],
"author": {
"name": "Stephan Hoyer",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MithrilJS/mithril-query/issues"
},
"homepage": "https://github.com/MithrilJS/mithril-query",
"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"
},
"readmeFilename": "README.md",
"gitHead": "b8930b06501d2083a31f674c5fd8d4f9ffe34eb4",
"_id": "[email protected]",
"_shasum": "2a0918669b7078b5de2126cc5ed3d6a478d0bf17",
"_from": "mithril-query@^0.1.2"
}