-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 928 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 928 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
{
"name": "readable-filesize",
"version": "2.0.0",
"description": "Polymer 2 webcomponent to render readable filesizes",
"main": "index.html",
"directories": {
"test": "test"
},
"scripts": {
"test": "polymer test -l chrome",
"lint": "npm run lint:javascript && polymer lint",
"lint:javascript": "eslint . --ext js,html --ignore-path .gitignore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timograw/readable-filesize.git"
},
"keywords": [
"readable",
"filesize",
"datasize"
],
"author": "Timo Graw",
"license": "MIT",
"bugs": {
"url": "https://github.com/timograw/readable-filesize/issues"
},
"homepage": "https://github.com/timograw/readable-filesize#readme",
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.0",
"eslint-plugin-html": "^2.0.0"
},
"dependencies": {
"lint": "^1.1.2"
}
}