-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 894 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
{
"name": "filesize",
"main": "./lib/filesize",
"version": "4.0.5",
"description": "Displays the current file's size on the status bar",
"repository": {
"type": "git",
"url": "https://github.com/mkxml/atom-filesize"
},
"scripts": {
"test": "apm test",
"lint": "eslint lib spec"
},
"license": "MIT",
"dependencies": {
"filesize-calculator": "^3.2.0"
},
"consumedServices": {
"status-bar": {
"versions": {
"^1.0.0": "consumeStatusBar"
}
}
},
"engines": {
"atom": ">=1.1.0 <2.0.0"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/mkxml/atom-filesize/issues"
},
"homepage": "https://github.com/mkxml/atom-filesize",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2"
}
}