diff --git a/package.json b/package.json index e39c513e..38fa68a9 100644 --- a/package.json +++ b/package.json @@ -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 (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", @@ -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 (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",