UNPKG

is-valid-element-name

Version:

Validates custom element names according to the custom elements spec

30 lines (29 loc) 728 B
{ "name": "is-valid-element-name", "version": "1.0.0", "description": "Validates custom element names according to the custom elements spec", "main": "index.js", "scripts": { "test": "mocha test.js" }, "repository": { "type": "git", "url": "git+https://github.com/matthewp/is-valid-element-name.git" }, "keywords": [ "custom", "elements" ], "author": "Matthew Phillips", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/matthewp/is-valid-element-name/issues" }, "homepage": "https://github.com/matthewp/is-valid-element-name#readme", "devDependencies": { "mocha": "^2.5.3" }, "dependencies": { "is-potential-custom-element-name": "^1.0.0" } }