mockkit
Version:
A mockup server to eliminate those hassle of preprare the backend server for front-end programmer
35 lines (34 loc) • 758 B
JSON
{
"author": {
"email": "pepsin@me.com",
"name": "Pepsin Ye"
},
"bin": {
"mockkit": "./bin/mockkit"
},
"dependencies": {
"commander": ">=1.0.0"
},
"description": "A mockup server to eliminate those hassle of preprare the backend server for front-end programmer",
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"keywords": [
"CLI",
"Mockup",
"Server"
],
"license": "BSD",
"main": "./bin",
"name": "mockkit",
"repository": {
"type": "git",
"url": "https://github.com/pepsin/MockKit"
},
"scripts": {
"test": "./bin/clitutorial -h"
},
"url": "http://pepsin.me",
"version": "0.2.0"
}