-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
44 lines (44 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "snabbdom-to-html",
"version": "7.1.0",
"description": "Render Snabbdom Vnodes to HTML strings",
"main": "index.js",
"typings": "./type-definitions/snabbdom-to-html.d.ts",
"scripts": {
"pretest": "standard",
"test": "tape test/*.js",
"disc": "browserify ./index.js --full-paths | discify --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acstll/snabbdom-to-html.git"
},
"keywords": [
"virtual",
"dom",
"html",
"snabbdom"
],
"author": "acstll",
"license": "MIT",
"bugs": {
"url": "https://github.com/acstll/snabbdom-to-html/issues"
},
"homepage": "https://github.com/acstll/snabbdom-to-html#readme",
"dependencies": {
"lodash.escape": "^4.0.1",
"lodash.forown": "^4.4.0",
"lodash.kebabcase": "^4.1.1",
"lodash.remove": "^4.7.0",
"lodash.uniq": "^4.5.0",
"object-assign": "^4.1.0",
"parse-sel": "^1.0.0"
},
"devDependencies": {
"browserify": "^17.0.0",
"disc": "^1.3.2",
"snabbdom": "^3.0.3",
"standard": "^12.0.1",
"tape": "^5.2.2"
}
}