-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 848 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
43
{
"name": "ds-store-delete",
"main": "./lib/main",
"version": "1.0.0",
"description": "Atom plugin for delete ds store files in project easily",
"private": true,
"author": {
"name": "Pedro J. Parra Cantero",
"email": "pedroparra.correo@gmail.com"
},
"keywords": [
"dsstore",
"ds",
"store",
"delete",
"remove"
],
"repository": "https://github.com/pedroparra/ds-store-delete.git",
"bugs": {
"url": "https://github.com/pedroparra/ds-store-delete/issues"
},
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"standard": {
"globals": [
"atom",
"shell"
]
},
"dependencies": {},
"devDependencies": {
"standard": "^12.0.1"
}
}