Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
631 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "void-elements",
|
---|
3 | "version": "2.0.1",
|
---|
4 | "description": "Array of \"void elements\" defined by the HTML specification.",
|
---|
5 | "main": "index.js",
|
---|
6 | "scripts": {
|
---|
7 | "test": "node test",
|
---|
8 | "prepublish": "node pre-publish.js > index.js"
|
---|
9 | },
|
---|
10 | "keywords": [
|
---|
11 | "html",
|
---|
12 | "void",
|
---|
13 | "elements"
|
---|
14 | ],
|
---|
15 | "repository": "hemanth/void-elements",
|
---|
16 | "author": "hemanth.hm",
|
---|
17 | "engines": {
|
---|
18 | "node": ">=0.10.0"
|
---|
19 | },
|
---|
20 | "license": "MIT",
|
---|
21 | "bugs": {
|
---|
22 | "url": "https://github.com/hemanth/void-elements/issues"
|
---|
23 | },
|
---|
24 | "homepage": "https://github.com/hemanth/void-elements",
|
---|
25 | "devDependencies": {
|
---|
26 | "cheerio": "^0.18.0"
|
---|
27 | }
|
---|
28 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.