forked from ngryman/reading-time
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 913 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
{
"name": "reading-time-i18n",
"version": "1.2.1",
"description": "Medium's like reading time estimation.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "eslint lib test",
"spec": "mocha",
"test": "npm run lint && npm run spec",
"watch": "onchange {lib,test}/*.js -- npm test"
},
"repository": "ngryman/reading-time",
"keywords": [
"read",
"time",
"read time",
"reading time",
"medium",
"words per minute"
],
"author": "Nicolas Gryman <[email protected]> (http://ngryman.sh)",
"contributors": [
"Jose Segura(segux) <[email protected]> (https://github.com/segux)"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"chai": "^4.1.0",
"curry": "^1.2.0",
"eslint": "^3.8.1",
"eslint-config-ngryman": "^1.7.0",
"mocha": "^4.0.0",
"moment": "^2.22.1",
"onchange": "^3.0.2"
}
}