-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.25 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "patch-diff",
"version": "0.1.0",
"description": "Emits diff events.",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "grunt test",
"localtest": "grunt localtest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storkjs/patch-diff.git"
},
"keywords": [
"patch",
"merge",
"diff",
"delta",
"dirty",
"checking"
],
"author": "Barak Edry",
"contributors": [
{
"name": "Sagie Gur-Ari",
"email": "sagiegurari@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/storkjs/patch-diff/issues"
},
"homepage": "https://github.com/storkjs/patch-diff",
"devDependencies": {
"blanket": "^1.2.3",
"chai": "^3.5.0",
"eslint": "^3.19.0",
"event-emitter-enhancer": "0.0.62",
"grunt": "^0.4.5",
"grunt-blanket": "0.0.9",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-coveralls": "^1.0.1",
"grunt-mocha-test": "^0.12.7",
"load-grunt-tasks": "^3.5.2",
"mocha": "^2.5.3",
"mocha-lcov-reporter": "^1.3.0",
"node.extend": "^1.1.6"
},
"dependencies": {
"debuglog": "^1.0.1",
"lodash": "^4.17.4"
}
}