UNPKG

619 BJSONView Raw
1{
2 "name": "mock-stdin",
3 "version": "0.1.0",
4 "description": "Mock STDIN file descriptor in Node.js",
5 "main": "./lib/index.js",
6 "scripts": {
7 "test": "nodeunit test/"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/caitp/node-mockfd"
12 },
13 "keywords": [
14 "test",
15 "mock",
16 "node",
17 "fs",
18 "stdin"
19 ],
20 "author": "Caitlin Potter <caitpotter88@gmail.com>",
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/caitp/node-mock-stdin/issues"
24 },
25 "homepage": "https://github.com/caitp/node-mock-stdin",
26 "devDependencies": {
27 "nodeunit": "^0.9.0"
28 }
29}