Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitad3689f

Browse files
committed
Update devDependencies
1 parenta23473b commitad3689f

File tree

1 file changed

+38
-38
lines changed

1 file changed

+38
-38
lines changed

‎package.json

Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
11
{
2-
"name":"rewire",
3-
"version":"2.1.3",
4-
"description":"Easy dependency injection for node.js unit testing",
5-
"keywords": [
6-
"dependency",
7-
"injection",
8-
"mock",
9-
"shim",
10-
"module",
11-
"unit",
12-
"test",
13-
"leak",
14-
"inspect"
15-
],
16-
"author": {
17-
"name":"Johannes Ewald",
18-
"email":"mail@johannesewald.de"
19-
},
20-
"main":"lib/index.js",
21-
"homepage":"https://github.com/jhnns/rewire",
22-
"bugs": {
23-
"url":"https://github.com/jhnns/rewire/issues",
24-
"email":"mail@johannesewald.de"
25-
},
26-
"repository": {
27-
"type":"git",
28-
"url":"git://github.com/jhnns/rewire.git"
29-
},
30-
"devDependencies": {
31-
"mocha":"1.x",
32-
"expect.js":"0.x",
33-
"coffee-script":"1.x"
34-
},
35-
"scripts": {
36-
"test":"node node_modules/mocha/bin/mocha -R spec",
37-
"coverage":"istanbul cover ./node_modules/mocha/bin/_mocha"
38-
}
39-
}
2+
"name":"rewire",
3+
"version":"2.1.3",
4+
"description":"Easy dependency injection for node.js unit testing",
5+
"keywords": [
6+
"dependency",
7+
"injection",
8+
"mock",
9+
"shim",
10+
"module",
11+
"unit",
12+
"test",
13+
"leak",
14+
"inspect"
15+
],
16+
"author": {
17+
"name":"Johannes Ewald",
18+
"email":"mail@johannesewald.de"
19+
},
20+
"main":"lib/index.js",
21+
"homepage":"https://github.com/jhnns/rewire",
22+
"bugs": {
23+
"url":"https://github.com/jhnns/rewire/issues",
24+
"email":"mail@johannesewald.de"
25+
},
26+
"repository": {
27+
"type":"git",
28+
"url":"git://github.com/jhnns/rewire.git"
29+
},
30+
"devDependencies": {
31+
"coffee-script":"^1.8.0",
32+
"expect.js":"^0.3.1",
33+
"mocha":"^2.1.0"
34+
},
35+
"scripts": {
36+
"test":"node node_modules/mocha/bin/mocha -R spec",
37+
"coverage":"istanbul cover ./node_modules/mocha/bin/_mocha"
38+
}
39+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp