-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
42 lines (42 loc) · 899 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
36
37
38
39
40
41
42
{
"name": "git-time-machine",
"main": "./lib/git-time-machine",
"version": "2.1.0",
"description": "Visually interact with git commit history for a file",
"keywords": [
"git",
"git-history",
"history",
"time",
"d3",
"atom"
],
"activationCommands": {
"atom-workspace": "git-time-machine:toggle"
},
"repository": "https://github.com/littlebee/git-time-machine",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-package-deps": "^4.0.1",
"atom-space-pen-views": "^2.0.3",
"bumble-strings": "0.4.1",
"d3": "3.5.6",
"git-log-utils": "0.2.3",
"moment": "2.20.1",
"underscore-plus": "1.x"
},
"package-deps": [
"split-diff:1.4.0"
],
"consumedServices": {
"split-diff": {
"versions": {
"1.0.0": "consumeSplitDiff"
}
}
},
"devDependencies": {}
}