accessibilityjs/package.json

24 строки
499 B
JSON
Исходник Обычный вид История

2017-06-22 16:36:39 +03:00
{
"name": "accessibilityjs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
2017-06-27 17:39:50 +03:00
"test": "eslint *.js"
2017-06-22 16:36:39 +03:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/github/accessibilityjs.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/github/accessibilityjs/issues"
},
2017-06-27 17:39:50 +03:00
"homepage": "https://github.com/github/accessibilityjs#readme",
"devDependencies": {
"eslint": "^3.19.0"
}
2017-06-22 16:36:39 +03:00
}