-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 780 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 780 Bytes
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
{
"name": "simple-diff",
"version": "1.7.3",
"description": "simple diff for object and arrays with options",
"main": "simple-diff.js",
"types": "simple-diff.d.ts",
"scripts": {
"test": "mocha -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/redexp/simple-diff.git"
},
"keywords": [
"diff"
],
"author": "Sergii Kliuchnyk",
"license": "MIT",
"bugs": {
"url": "https://github.com/redexp/simple-diff/issues"
},
"homepage": "https://github.com/redexp/simple-diff#readme",
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.4",
"mocha": "^2.5.3",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0"
}
}