accessibilityjs/package.json

24 строки
499 B
JSON

{
"name": "accessibilityjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "eslint *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/github/accessibilityjs.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/github/accessibilityjs/issues"
},
"homepage": "https://github.com/github/accessibilityjs#readme",
"devDependencies": {
"eslint": "^3.19.0"
}
}