natural-selection
Version:
Detect if an element supports selection range in chrome
25 lines (24 loc) • 677 B
JSON
{
"name": "natural-selection",
"version": "1.0.1",
"description": "Detect if an element supports selection range in chrome",
"main": "index.js",
"scripts": {
"test": "browserify ./tests | tape-run -b chrome"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MatthewLarner/natural-selection.git"
},
"author": "Matt Larner <matt.larner.dev@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/MatthewLarner/natural-selection/issues"
},
"homepage": "https://github.com/MatthewLarner/natural-selection#readme",
"devDependencies": {
"crel": "^2.1.8",
"tape": "^4.2.0",
"tape-run": "^1.1.0"
}
}