forked from MithrilJS/mithril-query
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1019 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
41
42
{
"name": "mithril-query",
"version": "2.2.0",
"description": "Query mithril virtual dom for testing purposes",
"main": "index.js",
"scripts": {
"test": "standard && mocha 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": "1.1.1",
"mocha": "3.1.2",
"standard": "8.4.0"
},
"dependencies": {
"cssauron": "1.4.0",
"yields-keycode": "1.1.0"
},
"readmeFilename": "README.md",
"gitHead": "b8930b06501d2083a31f674c5fd8d4f9ffe34eb4",
"_id": "[email protected]",
"_shasum": "2a0918669b7078b5de2126cc5ed3d6a478d0bf17",
"_from": "mithril-query@^0.1.2"
}