-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
44 lines (44 loc) · 1.09 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": "skatejs-dom-diff",
"description": "Library for efficiently diffing and patching DOM fragments.",
"main": "dist/index.js",
"jsnext:main": "src/index.js",
"files": [
"dist",
"src"
],
"devDependencies": {
"custom-event-polyfill": "0.3.0",
"cz-conventional-changelog": "2.1.0",
"semantic-release": "6.3.6",
"skatejs-build": "12.2.0",
"skatejs-web-components": "5.2.1",
"worker-loader": "0.8.1"
},
"scripts": {
"build": "sk-build",
"test": "sk-tests",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/skatejs/dom-diff.git"
},
"keywords": [
"dom",
"diff"
],
"author": "Trey Shugart <treshugart@gmail.com> (treshugart.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/skatejs/dom-diff/issues"
},
"homepage": "https://github.com/skatejs/dom-diff#readme",
"dependencies": {},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"version": "1.0.1"
}