package.json 475 Bytes
{
  "name": "demo-chai-http",
  "version": "1.0.0",
  "description": "",
  "main": "test_template_by_chai-http.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.kmlab.com:test/demo-chai-http.git"
  },
  "keywords": [],
  "author": "lintry <shenlin00@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "chai": "^3.5.0",
    "chai-http": "^3.0.0",
    "should": "^11.1.1"
  }
}