UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

33 lines (32 loc) 802 B
{ "name": "vary", "description": "Manipulate the HTTP Vary header", "version": "1.1.0", "author": "Douglas Christopher Wilson <doug@somethingdoug.com>", "license": "MIT", "keywords": [ "http", "res", "vary" ], "repository": "jshttp/vary", "devDependencies": { "istanbul": "0.3.21", "mocha": "2.3.3", "supertest": "1.1.0" }, "files": [ "HISTORY.md", "LICENSE", "README.md", "index.js" ], "engines": { "node": ">= 0.8" }, "scripts": { "test": "mocha --reporter spec --bail --check-leaks test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" } }