UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

34 lines (33 loc) 848 B
{ "name": "original", "version": "1.0.0", "description": "Generate the origin from an URL or check if two URL/Origins are the same", "main": "index.js", "scripts": { "100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", "test-travis": "istanbul cover _mocha --report lcovonly -- test.js", "coverage": "istanbul cover _mocha -- test.js", "watch": "mocha --watch test.js", "test": "mocha test.js" }, "repository": { "type": "git", "url": "https://github.com/unshiftio/original" }, "keywords": [ "origin", "url", "parse" ], "author": "Arnout Kazemier", "license": "MIT", "dependencies": { "url-parse": "1.0.x" }, "devDependencies": { "assume": "1.3.x", "istanbul": "0.4.x", "mocha": "2.3.x", "pre-commit": "1.1.x" } }