Skip to content

Commit

Permalink
sort package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
keithamus committed Nov 7, 2022
1 parent 29aeee5 commit 1cb2681
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"name": "deep-eql",
"version": "0.0.0-development",
"description": "Improved deep equality testing for Node.js and the browser.",
"keywords": [
"chai util",
"deep equal",
"object equal",
"testing"
],
"repository": {
"type": "git",
"url": "[email protected]:chaijs/deep-eql.git"
},
"license": "MIT",
"author": "Jake Luer <[email protected]>",
"contributors": [
Expand All @@ -19,10 +24,6 @@
"index.js",
"deep-eql.js"
],
"repository": {
"type": "git",
"url": "[email protected]:chaijs/deep-eql.git"
},
"scripts": {
"bench": "node bench",
"build": "browserify $npm_package_main --standalone deepEqual -o deep-eql.js",
Expand All @@ -31,20 +32,20 @@
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"pretest": "npm run lint",
"test": "npm run test:node && npm run test:browser",
"test:node": "istanbul cover _mocha",
"test:browser": "karma start --singleRun=true",
"watch": "karma start --auto-watch --singleRun=false",
"upload-coverage": "lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0"
"test:node": "istanbul cover _mocha",
"upload-coverage": "lcov-result-merger 'coverage/**/lcov.info' | coveralls; exit 0",
"watch": "karma start --auto-watch --singleRun=false"
},
"eslintConfig": {
"extends": [
"strict/es5"
],
"rules": {
"complexity": 0,
"spaced-comment": 0,
"no-underscore-dangle": 0,
"no-use-before-define": 0
"no-use-before-define": 0,
"spaced-comment": 0
}
},
"dependencies": {
Expand Down Expand Up @@ -74,6 +75,5 @@
},
"engines": {
"node": ">=6"
},
"version": "0.0.0-development"
}
}

0 comments on commit 1cb2681

Please sign in to comment.