mirror of
https://github.com/zhigang1992/interfake.git
synced 2026-01-12 22:48:04 +08:00
59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"name": "interfake",
|
|
"preferGlobal": true,
|
|
"version": "1.2.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": "http://danielhough.co.uk"
|
|
}
|
|
],
|
|
"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": "^3.4.8",
|
|
"commander": "2.1.0"
|
|
},
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=0.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",
|
|
"phantom": "^0.5.7",
|
|
"node-phantom": "^0.2.5",
|
|
"zombie-phantom": "git://github.com/basicallydan/zombie-phantom.git",
|
|
"async": "^0.2.10"
|
|
}
|
|
}
|