mirror of
https://github.com/zhigang1992/interfake.git
synced 2026-01-12 17:23:07 +08:00
72 lines
1.5 KiB
JSON
72 lines
1.5 KiB
JSON
{
|
|
"name": "interfake",
|
|
"preferGlobal": true,
|
|
"version": "1.9.0",
|
|
"author": "Daniel Hough <daniel.hough@gmail.com>",
|
|
"description": "A simple way to create dummy APIs",
|
|
"contributors": [
|
|
{
|
|
"name": "Daniel Hough",
|
|
"email": "daniel.hough@gmail.com",
|
|
"url": "https://danhough.com"
|
|
},
|
|
{
|
|
"name": "rajit",
|
|
"url": "https://github.com/rajit"
|
|
},
|
|
{
|
|
"name": "bruce-one",
|
|
"url": "https://github.com/bruce-one"
|
|
},
|
|
{
|
|
"name": "Sebastian Schürmann",
|
|
"url": "https://github.com/sebs"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test": "mocha tests/*.test.js --reporter spec"
|
|
},
|
|
"files": [
|
|
"example-apis",
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"keywords": [
|
|
"cli",
|
|
"http",
|
|
"server",
|
|
"mocking",
|
|
"mocks",
|
|
"testing",
|
|
"api",
|
|
"rest"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:basicallydan/interfake.git"
|
|
},
|
|
"dependencies": {
|
|
"express": "4.0.0",
|
|
"commander": "2.1.0",
|
|
"core-util-is": "^1.0.1",
|
|
"merge": "^1.1.2",
|
|
"connect-json": "0.0.0",
|
|
"body-parser": "~1.0.2",
|
|
"deepmerge": "git://github.com/basicallydan/deepmerge.git#126cc82a695cc804120cbfd1545003582e1728ed"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.8.6"
|
|
},
|
|
"main": "./lib/server.js",
|
|
"bin": "./index.js",
|
|
"devDependencies": {
|
|
"api-easy": "^0.3.8",
|
|
"mocha": "^1.18.0",
|
|
"request": "^2.34.0",
|
|
"q": "^1.0.1",
|
|
"zombie": "^2.0.0-alpha31",
|
|
"connect": "^2.14.2"
|
|
}
|
|
}
|