-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.16 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
51
{
"name": "sake-mocha",
"version": "0.2.3",
"description": "Adds test commands to your Sakefile using mocha",
"main": "lib/sake-mocha.js",
"module": "lib/sake-mocha.mjs",
"jsnext:main": "lib/sake-mocha.mjs",
"files": [
"src/",
"lib/"
],
"dependencies": {
"co-mocha": "^1.2.2",
"connect": "^3.6.6",
"mocha": "^5.0.5",
"postmortem": "^0.2.6",
"serve-static": "^1.13.2"
},
"devDependencies": {
"coffeescript": "^2.2.3",
"find-coffee": "^0.2.0",
"sake-bundle": "^0.6.7",
"sake-chai": "^0.2.6",
"sake-cli": "^0.6.5",
"sake-outdated": "^0.2.2",
"sake-publish": "^0.1.17",
"sake-version": "^0.1.19"
},
"scripts": {
"build": "sake build",
"prepublishOnly": "sake build",
"pretest": "sake build",
"test": "sake test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sakejs/sake-mocha.git"
},
"keywords": [
"mocha",
"tasks",
"build",
"sake"
],
"author": "Hanzo, Inc. <[email protected]",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/sakejs/sake-mocha/issues"
},
"homepage": "https://github.com/sakejs/sake-mocha#readme"
}