-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
50 lines (50 loc) · 1.05 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
{
"name": "gagarin",
"version": "1.0.0",
"description": "another testing framework for your meteor apps",
"main": "gagarin.js",
"repository": {
"type": "git",
"url": "git://github.com/anticoders/gagarin"
},
"keywords": [
"gagarin",
"meteor",
"test",
"mocha"
],
"bin": {
"gagarin": "./bin/gagarin"
},
"scripts": {
"test": "./test.js --verbose"
},
"author": [
"Tomasz Lenarcik ([email protected])",
"Robert Lowe ([email protected])"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/anticoders/gagarin/issues"
},
"homepage": "https://github.com/anticoders/gagarin",
"devDependencies": {
"sinon": "4.5.0"
},
"dependencies": {
"chai": "^4.1.2",
"chai-things": "^0.2.0",
"chalk": "^2.4.1",
"commander": "^2.15.1",
"ddp": "^0.12.1",
"debounce": "^1.1.0",
"es6-promise": "^4.2.4",
"fibers": "^2.0.2",
"glob": "^7.1.2",
"lodash": "^4.17.10",
"mocha": "5.1.1",
"mongodb": "2.2.34",
"portscanner": "^2.1.1",
"wd": "^1.6.2"
}
}