breaking
Version:
helper suit, for create and mock rest api, test api
38 lines (37 loc) • 794 B
JSON
{
"name": "breaking",
"version": "0.1.2",
"description": "helper suit, for create and mock rest api, test api",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/lotreal/breaking"
},
"keywords": [
"api",
"mock"
],
"author": "Luo Tao",
"license": "ISC",
"bugs": {
"url": "https://github.com/lotreal/breaking/issues"
},
"homepage": "https://github.com/lotreal/breaking",
"dependencies": {
"debug": "^1.0.4",
"lodash": "^2.4.1",
"qs": "^2.1.0"
},
"devDependencies": {
"chai": "^1.9.1",
"coffee-script": "^1.7.1",
"gulp": "^3.8.7",
"gulp-coffee": "^2.1.1",
"gulp-sourcemaps": "^1.1.1",
"gulp-util": "^3.0.0",
"gulp-watch": "^0.6.9"
}
}