-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 889 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
{
"name": "@gofreddo/eta",
"version": "1.1.1",
"description": "Calcutates estimated time remaining(ETA) estimated finish time and percent complete for large processes.",
"main": "index.js",
"scripts": {
"test": "node ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gofreddo/eta.git"
},
"keywords": [
"ETA",
"progress",
"percent",
"complete"
],
"author": "Jeff Wilde <jeff.wilde@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gofreddo/eta/issues"
},
"homepage": "https://github.com/gofreddo/eta#readme",
"devDependencies": {
"eslint": "^3.14.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"tape": "^4.6.3"
},
"dependencies": {
"moment": "^2.17.1"
}
}