-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
34 lines (34 loc) · 849 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
{
"name": "local-history",
"main": "./lib/local-history",
"version": "4.3.1",
"description": "Maintaining local history of files (history of your changes to the code files).",
"repository": {
"type": "git",
"url": "https://github.com/Nicolab/atom-local-history"
},
"bugs": {
"url": "https://github.com/Nicolab/atom-local-history/issues"
},
"author": {
"name": "Nicolas Tallefourtane",
"url": "http://nicolab.net"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Nicolab/atom-local-history/blob/master/LICENSE.md"
}
],
"engines": {
"atom": ">0.192.0"
},
"dependencies": {
"atom-helpers": "^1.1.4",
"atom-message-panel": "^1.2.2",
"atom-space-pen-views": "^2.0.5",
"bluebird": "^2.9.24",
"fs-plus": "^2.7.0",
"humanize-plus": "^1.5.0"
}
}