Skip to content

Commit

Permalink
alphabetize package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Aug 6, 2019
1 parent 1efe4a1 commit 55de527
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
@@ -1,21 +1,28 @@
{
"name": "base64-js",
"version": "1.3.0",
"description": "Base64 encoding/decoding in pure JS",
"keywords": [
"base64"
],
"homepage": "https://github.com/beatgammit/base64-js",
"version": "1.3.0",
"author": "T. Jameson Little <t.jameson.little@gmail.com>",
"bugs": {
"url": "https://github.com/beatgammit/base64-js/issues"
},
"license": "MIT",
"author": "T. Jameson Little <t.jameson.little@gmail.com>",
"devDependencies": {
"benchmark": "^2.1.4",
"browserify": "^16.3.0",
"standard": "*",
"tape": "4.x",
"uglify-js": "^3.6.0"
},
"files": [
"test",
"index.js",
"base64js.min.js"
],
"homepage": "https://github.com/beatgammit/base64-js",
"keywords": [
"base64"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -26,12 +33,5 @@
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "tape test/*.js"
},
"devDependencies": {
"benchmark": "^2.1.4",
"browserify": "^16.3.0",
"standard": "*",
"tape": "4.x",
"uglify-js": "^3.6.0"
}
}

0 comments on commit 55de527

Please sign in to comment.