forked from node-modules/mm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.31 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
52
53
54
55
{
"name": "mm",
"version": "1.3.5",
"description": "mock mate, mock http request, fs access and so on.",
"main": "index.js",
"files": [
"lib",
"index.js"
],
"scripts": {
"test": "npm run lint && mocha --check-leaks -R spec -t 5000 -r should-http -r co-mocha test/*.test.js",
"test-cov": "npm run lint && istanbul cover node_modules/.bin/_mocha -- --check-leaks -t 5000 -r should-http -r co-mocha test/*.test.js",
"lint": "eslint lib test index.js",
"autod": "autod -w --prefix '~'"
},
"dependencies": {
"co-sleep": "~0.0.1",
"enable": "~3.3.0",
"is-type-of": "~0.3.1",
"muk": "~0.4.0",
"semver": "~4.3.4",
"thenify": "~3.1.0"
},
"devDependencies": {
"autod": "2",
"chunkstream": "*",
"co": "4",
"co-mocha": "*",
"eslint": "1",
"istanbul": "0",
"mocha": "*",
"mocha-lcov-reporter": "*",
"node-patch": "*",
"pedding": "1",
"should": "6",
"should-http": "*",
"thunkify-wrap": "1"
},
"homepage": "http://github.com/node-modules/mm",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/mm.git"
},
"keywords": [
"mm",
"muk",
"mock",
"test"
],
"engines": {
"node": ">=0.12.0"
},
"author": "fengmk2 <[email protected]> (http://fengmk2.com)",
"license": "MIT"
}