forked from dfoverdx/htmldiff-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "htmldiff-js",
"version": "1.0.5",
"description": "JavaScript port of HtmlDiff.Net which is itself a C# port of HtmlDiff",
"main": "./dist/htmldiff.min.js",
"author": "Jordan Hitch",
"license": "ISC",
"scripts": {
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfoverdx/htmldiff-js.git"
},
"keywords": [
"HtmlDiff",
"Html",
"Diff",
"Diff Algorithm",
"Diff Structured File"
],
"bugs": {
"url": "https://github.com/dfoverdx/htmldiff-js/issues"
},
"homepage": "https://github.com/dfoverdx/htmldiff-js#readme",
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/plugin-transform-for-of": "^7.4.4",
"@babel/preset-env": "^7.5.4",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^0.1.17",
"unminified-webpack-plugin": "^2.0.0",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11"
},
"dependencies": {
"@babel/polyfill": "^7.4.4",
"babel-preset-env": "^1.7.0"
}
}