-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 992 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 992 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
34
35
36
37
38
39
40
41
{
"name": "recent-projects",
"version": "0.13.1",
"main": "./lib/main",
"description": "Quick access to your recently opened projects",
"repository": {
"type": "git",
"url": "https://github.com/EXSyst/recent-projects"
},
"engines": {
"atom": ">=1.12.0 <2.0.0"
},
"author": {
"name": "Exter-N",
"email": "exter-n@exter-n.fr",
"url": "http://exter-n.fr/"
},
"contributors": [
{
"name": "Ener-Getick",
"email": "egetick@gmail.com",
"url": "https://github.com/Ener-Getick"
},
{
"name": "erisdev",
"email": "eris.discord@gmail.com",
"url": "http://erisdev.github.io/"
}
],
"bugs": {
"url": "https://github.com/EXSyst/recent-projects/issues"
},
"homepage": "https://github.com/EXSyst/recent-projects",
"license": "Apache-2.0",
"readmeFile": "README.md",
"dependencies": {
"atom-space-pen-views": "^2.0.3",
"atom-project-util": "^4.0.0",
"relative-date": "~>1.1.1"
}
}