forked from mfncooper/mockery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 766 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
{
"author": "Martin Cooper <mfncooper@gmail.com>",
"contributors": [
{
"name": "Bryan Donovan",
"email": "bdondo@gmail.com"
}
],
"name": "mockery",
"description": "Simplifying the use of mocks with Node.js",
"version": "1.1.1",
"repository": {
"type": "git",
"url": "git://github.com/mfncooper/mockery.git"
},
"bugs": {
"url" : "http://github.com/mfncooper/mockery/issues"
},
"main": "mockery.js",
"engines": {
"node": ">=0.4.5"
},
"dependencies": {},
"devDependencies": {
"nodeunit" : "0.6.x",
"sinon" : "1.2.x"
},
"scripts": {
"test": "test/run.js"
},
"licenses" : [
{
"type" : "MIT",
"url" : "http://github.com/mfncooper/mockery/raw/master/LICENSE"
}
]
}