mock-service
Version:
26 lines (25 loc) • 535 B
JSON
{
"name": "mock-service",
"version": "0.0.3",
"author": "scott-wong",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/scott-wong/mock-service.git"
},
"keywords": [
"mock",
"mock-service"
],
"main": "app.js",
"bin": {
"mock": "bin/app"
},
"dependencies": {
"express": "3.4.0",
"jade": "*",
"redis": "*",
"mockjs": "~0.1.2",
"node-print": "~0.0.4"
}
}