-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "ntf",
"description": "Network Testing Framework",
"version": "0.12.4",
"author": "NTF Maintainers <ntf-maintainers@shutterstock.com>",
"keywords": [
"dns",
"http",
"nodeunit",
"ntf",
"test"
],
"dependencies": {
"nodeunit": "0.8.1"
},
"devDependencies": {
"express": "3.4.0",
"jshint": "2.1.11",
"nock": "0.22.1"
},
"repository": {
"type": "git",
"url": "https://github.com/shutterstock/ntf.git"
},
"scripts": {
"test": "nodeunit test && nodeunit test/integration && jshint ."
},
"bugs": {
"url": "https://github.com/shutterstock/ntf/issues"
},
"bin": {
"ntf": "./bin/ntf"
},
"main": "./lib",
"license": "MIT",
"homepage": "https://github.com/shutterstock/ntf",
"contributors": [
"NTF Maintainers <ntf-maintainers@shutterstock.com>",
"Silas Sewell <silas@sewell.org>",
"Richard Littauer <richard.littauer@gmail.com>",
"Allan Feid <afeid@shutterstock.com>",
"Dan McCormick <dan@codeop.com>",
"Allan <allanfeid@gmail.com>",
"Zubin Tiku <rubikzube@gmail.com>",
"Andrew Rodland <andrew@cleverdomain.org>",
"Ben Kovacevich <benkovacevich@Ben-Kovacevichs-iMac.local>"
]
}