-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
55 lines (55 loc) · 1.2 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": "nodemock",
"version": "0.3.5",
"directories": {
"test": "test"
},
"main": "./lib/nodemock",
"description": "Simple Yet Powerful Mocking Framework for NodeJs",
"author": "Curtis Schlak <[email protected]>",
"homepage": "http://curtis.schlak.com/nodemock/",
"contributors": [
"Oscar Renalias <[email protected]>",
"Aaron Fay <[email protected]>",
"Dominic Tarr <[email protected]>",
"Daniel @0xDB",
"Gabriel Falcão <[email protected]>"
],
"scripts": {
"test": "grunt test"
},
"licenses": [
{
"type": "The MIT License",
"url": "http://www.opensource.org/licenses/mit-license.php"
}
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-nodeunit": "^0.4.1",
"nodeunit": "^0.9.1"
},
"repository": {
"type": "git",
"url": "[email protected]:realistschuckle/nodemock.git"
},
"tags": [
"mock",
"unit",
"testing",
"nodemock",
"mockingbird"
],
"bugs": {
"url": "https://github.com/realistschuckle/nodemock/issues"
},
"keywords": [
"mock",
"unit",
"testing",
"nodemock",
"mockingbird"
],
"license": "MIT"
}