|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
936 bytes
|
| Line | |
|---|
| 1 | {
|
|---|
| 2 | "name": "is-potential-custom-element-name",
|
|---|
| 3 | "version": "1.0.1",
|
|---|
| 4 | "description": "Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard.",
|
|---|
| 5 | "homepage": "https://github.com/mathiasbynens/is-potential-custom-element-name",
|
|---|
| 6 | "main": "index.js",
|
|---|
| 7 | "files": [
|
|---|
| 8 | "LICENSE-MIT.txt",
|
|---|
| 9 | "index.js"
|
|---|
| 10 | ],
|
|---|
| 11 | "keywords": [
|
|---|
| 12 | "html",
|
|---|
| 13 | "custom element",
|
|---|
| 14 | "custom element name",
|
|---|
| 15 | "web components"
|
|---|
| 16 | ],
|
|---|
| 17 | "license": "MIT",
|
|---|
| 18 | "author": {
|
|---|
| 19 | "name": "Mathias Bynens",
|
|---|
| 20 | "url": "https://mathiasbynens.be/"
|
|---|
| 21 | },
|
|---|
| 22 | "repository": {
|
|---|
| 23 | "type": "git",
|
|---|
| 24 | "url": "https://github.com/mathiasbynens/is-potential-custom-element-name.git"
|
|---|
| 25 | },
|
|---|
| 26 | "bugs": "https://github.com/mathiasbynens/is-potential-custom-element-name/issues",
|
|---|
| 27 | "devDependencies": {
|
|---|
| 28 | "mocha": "^2.2.1",
|
|---|
| 29 | "regenerate": "^1.4.2"
|
|---|
| 30 | },
|
|---|
| 31 | "scripts": {
|
|---|
| 32 | "build": "node build.js",
|
|---|
| 33 | "test": "mocha"
|
|---|
| 34 | }
|
|---|
| 35 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.