Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
773 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "dom-serialize",
|
---|
3 | "version": "2.2.1",
|
---|
4 | "description": "Serializes any DOM node into a String",
|
---|
5 | "main": "index.js",
|
---|
6 | "scripts": {
|
---|
7 | "test": "make test"
|
---|
8 | },
|
---|
9 | "repository": {
|
---|
10 | "type": "git",
|
---|
11 | "url": "git://github.com/webmodules/dom-serialize.git"
|
---|
12 | },
|
---|
13 | "keywords": [
|
---|
14 | "browser",
|
---|
15 | "node",
|
---|
16 | "dom",
|
---|
17 | "serialize",
|
---|
18 | "string"
|
---|
19 | ],
|
---|
20 | "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
|
---|
21 | "license": "MIT",
|
---|
22 | "bugs": {
|
---|
23 | "url": "https://github.com/webmodules/dom-serialize/issues"
|
---|
24 | },
|
---|
25 | "homepage": "https://github.com/webmodules/dom-serialize",
|
---|
26 | "dependencies": {
|
---|
27 | "custom-event": "~1.0.0",
|
---|
28 | "ent": "~2.2.0",
|
---|
29 | "extend": "^3.0.0",
|
---|
30 | "void-elements": "^2.0.0"
|
---|
31 | },
|
---|
32 | "devDependencies": {
|
---|
33 | "zuul": "1"
|
---|
34 | }
|
---|
35 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.