Skip to content

Commit

Permalink
chore(package): sorting package.json options
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Oct 26, 2015
1 parent eb1ea2c commit 178e1a5
Showing 1 changed file with 22 additions and 18 deletions.
40 changes: 22 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,32 @@
"name": "ally.js",
"version": "1.0.0-beta.2",
"description": "Library to help applications with accessibility concerns",

"main": "dist/ally.min.js",
"files": [
"src",
"dist"
],

"author": "Rodney Rehm <rodney.rehm@medialize.de> (http://rodneyrehm.de/en/)",
"homepage": "https://github.com/medialize/ally.js",
"license": "MIT",
"bugs": {
"url": "https://github.com/medialize/ally.js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/medialize/ally.js.git"
},
"keywords": [
"accessibility",
"a11y",
"focus",
"focusable",
"tabbing",
"tabbable"
],

"scripts": {
"test": "node test/run-local.js",
"test-ci": "npm run test-sauce",
Expand All @@ -30,24 +51,7 @@
"prepush": "npm test",
"postmerge": "npm install"
},
"repository": {
"type": "git",
"url": "https://github.com/medialize/ally.js.git"
},
"keywords": [
"accessibility",
"a11y",
"focus",
"focusable",
"tabbing",
"tabbable"
],
"author": "Rodney Rehm <rodney.rehm@medialize.de> (http://rodneyrehm.de/en/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/medialize/ally.js/issues"
},
"homepage": "https://github.com/medialize/ally.js",

"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.2",
Expand Down

0 comments on commit 178e1a5

Please sign in to comment.