opusdev/vector-similarity-api
1
1{2 "name": "vary",3 "description": "Manipulate the HTTP Vary header",4 "version": "1.1.2",5 "author": "Douglas Christopher Wilson <doug@somethingdoug.com>",6 "license": "MIT",7 "keywords": [8 "http",9 "res",10 "vary"11 ],12 "repository": "jshttp/vary",13 "devDependencies": {14 "beautify-benchmark": "0.2.4",15 "benchmark": "2.1.4",16 "eslint": "3.19.0",17 "eslint-config-standard": "10.2.1",18 "eslint-plugin-import": "2.7.0",19 "eslint-plugin-markdown": "1.0.0-beta.6",20 "eslint-plugin-node": "5.1.1",21 "eslint-plugin-promise": "3.5.0",22 "eslint-plugin-standard": "3.0.1",23 "istanbul": "0.4.5",24 "mocha": "2.5.3",25 "supertest": "1.1.0"26 },27 "files": [28 "HISTORY.md",29 "LICENSE",30 "README.md",31 "index.js"32 ],33 "engines": {34 "node": ">= 0.8"35 },36 "scripts": {37 "bench": "node benchmark/index.js",38 "lint": "eslint --plugin markdown --ext js,md .",39 "test": "mocha --reporter spec --bail --check-leaks test/",40 "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",41 "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"42 }43}44 