-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
35 lines (35 loc) · 908 Bytes
/
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
{
"name": "universal-diff",
"version": "2.0.2",
"description": "universal diff & merge algorithm realized with Javascript (between arbitrary scequences)",
"main": "dist/diff.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"del": "^0.1.1",
"gulp": "^3.8.7",
"gulp-concat": "^2.3.4",
"gulp-mocha": "^1.1.0",
"gulp-replace": "^0.4.0",
"gulp-uglify": "^0.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/nighca/universal-diff.git"
},
"keywords": [
"diff",
"merge"
],
"author": {
"name": "nighca",
"email": "[email protected]"
},
"license": "Apache",
"bugs": {
"url": "https://github.com/nighca/universal-diff/issues"
},
"homepage": "https://github.com/nighca/universal-diff"
}