-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 814 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 814 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": "@superkhau/bmi",
"version": "1.0.3",
"description": "A BMI (body mass index) utility.",
"main": "index.js",
"directories": {
"test": "test"
},
"dependencies": {
"@superkhau/bmi-calculator": "^1.0.1",
"@superkhau/bmi-category": "^1.0.0"
},
"devDependencies": {
"tape": "^4.2.0"
},
"scripts": {
"ft": "tape 'test/functional/*.js'|faucet",
"test": "tape 'test/*.js'|faucet && tape 'test/functional/*.js'|faucet",
"ut": "tape 'test/*.js'|faucet"
},
"repository": {
"type": "git",
"url": "https://github.com/superkhau/bmi.git"
},
"keywords": [
"bmi",
"calculator"
],
"author": "Simon Ho",
"license": "ISC",
"bugs": {
"url": "https://github.com/superkhau/bmi/issues"
},
"homepage": "https://github.com/superkhau/bmi"
}