-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 895 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": "macchiato",
"version": "4.6.0",
"description": "Mocha styled tape with sinon",
"main": "macchiato.js",
"scripts": {
"test": "bin/macchiato test/"
},
"bin": {
"macchiato": "./bin/macchiato"
},
"repository": {
"type": "git",
"url": "[email protected]:sonewman/macchiato.git"
},
"keywords": [
"mocha",
"tape",
"sinon",
"testing"
],
"author": "Sam Newman",
"license": "MIT",
"bugs": {
"url": "https://github.com/sonewman/macchiato/issues"
},
"homepage": "https://github.com/sonewman/macchiato",
"dependencies": {
"certain": "^1.8.0",
"commander": "^2.3.0",
"core-util-is": "^1.0.1",
"foreach-async": "^1.1.0",
"inherits": "^2.0.1",
"readable-stream": "^1.1.13",
"sinon": "^1.9.1",
"tapout": "^2.0.0",
"util-extend": "^1.0.1"
},
"devDependencies": {
"promise": "^7.0.1"
}
}