37 lines
1,010 B
JSON
37 lines
1,010 B
JSON
{
|
|
"name": "xhr-status",
|
|
"version": "1.0.1",
|
|
"description": "Normalize XHR status code/text across various of environments",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"100%": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100",
|
|
"test": "mocha test.js",
|
|
"watch": "mocha --watch test.js",
|
|
"coverage": "istanbul cover ./node_modules/.bin/_mocha -- test.js",
|
|
"test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/unshiftio/xhr-status"
|
|
},
|
|
"keywords": [
|
|
"status",
|
|
"statuscode",
|
|
"text",
|
|
"code",
|
|
"statustext",
|
|
"xhr"
|
|
],
|
|
"author": "Arnout Kazemier",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/unshiftio/xhr-status/issues"
|
|
},
|
|
"homepage": "https://github.com/unshiftio/xhr-status",
|
|
"devDependencies": {
|
|
"assume": "1.x.x",
|
|
"istanbul": "0.x.x",
|
|
"mocha": "4.x.x",
|
|
"pre-commit": "1.x.x"
|
|
}
|
|
}
|