UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

39 lines (38 loc) 963 B
{ "name": "etag", "description": "Create simple ETags", "version": "1.7.0", "contributors": [ "Douglas Christopher Wilson <doug@somethingdoug.com>", "David Björklund <david.bjorklund@gmail.com>" ], "license": "MIT", "keywords": [ "etag", "http", "res" ], "repository": "jshttp/etag", "devDependencies": { "benchmark": "1.0.0", "beautify-benchmark": "0.2.4", "istanbul": "0.3.14", "mocha": "~1.21.4", "seedrandom": "2.3.11" }, "files": [ "LICENSE", "HISTORY.md", "README.md", "index.js" ], "engines": { "node": ">= 0.6" }, "scripts": { "bench": "node benchmark/index.js", "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/" } }