Skip to content

Commit

Permalink
Run the sort-package-json tool
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Jun 9, 2017
1 parent 2e5615f commit 96a50b9
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,14 @@
{
"name": "rfc4648",
"version": "0.9.1",
"author": "William Swanson",
"description": "Encoding and decoding for base64, base32, base16, and friends",
"license": "MIT",
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"devDependencies": {
"mocha": "^3.2.0",
"nyc": "^10.2.0",
"rollup": "^0.42.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-filesize": "^1.3.2",
"rollup-plugin-uglify": "^2.0.1",
"standard": "^10.0.1"
},
"author": "William Swanson",
"files": [
"lib/*"
],
"main": "lib/index.cjs.js",
"module": "lib/index.js",
"repository": {
"type": "git",
"url": "[email protected]:swansontec/rfc4648.js.git"
Expand All @@ -27,5 +18,14 @@
"lint": "standard '*.js' 'src/**/*.js' 'test/**/*.js'",
"prepublish": "npm run lint && npm run build",
"test": "npm run lint && rollup -c && nyc mocha"
},
"devDependencies": {
"mocha": "^3.2.0",
"nyc": "^10.2.0",
"rollup": "^0.42.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-filesize": "^1.3.2",
"rollup-plugin-uglify": "^2.0.1",
"standard": "^10.0.1"
}
}

0 comments on commit 96a50b9

Please sign in to comment.