-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 844 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 844 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
{
"name": "math-stats",
"version": "0.4.1",
"description": "Statistics for your numbers",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec",
"cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pavanvamsi3/math-stats.git"
},
"keywords": [
"Statistics",
"Maths",
"Stats",
"Mean",
"Median",
"Mode"
],
"author": "vamsi <pavanvamsi3@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pavanvamsi3/math-stats/issues"
},
"homepage": "https://github.com/pavanvamsi3/math-stats#readme",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.1",
"eslint": "^8.0.0",
"istanbul": "^0.4.5",
"mocha": "^9.1.2"
}
}