forked from littlebee/git-time-machine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 829 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
{
"name": "darcs-time-machine",
"main": "./lib/git-time-machine",
"version": "1.4.1",
"description": "Visually interact with darcs changes history for a file",
"keywords": [
"darcs",
"darcs-history",
"history",
"time",
"d3",
"atom"
],
"activationCommands": {
"atom-workspace": "darcs-time-machine:toggle"
},
"repository": "https://github.com/whitslar/darcs-time-machine",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"atom-space-pen-views": "^2.0.3",
"bumble-strings": "^0.4.1",
"d3": "^3.5.6",
"moment": "^2.10.6",
"underscore-plus": "1.x",
"split-diff": "git+https://github.com/mupchrch/split-diff.git#v0.6.3",
"darcs-log-utils": "git://github.com/whitslar/darcs-log-utils.git"
},
"devDependencies": {}
}