-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 910 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
{
"name": "depicts-whole-number",
"version": "1.0.7",
"description": "Test a variable to see if it represents a whole number.",
"main": "index.js",
"scripts": {
"pretest": "npm install codeclimate-test-reporter -g",
"test": "standard & tap test/*.js --coverage --reporter spec",
"posttest": "tap --coverage-report=lcov && codeclimate-test-reporter < ./coverage/lcov.info"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodexo/depicts-whole-number.git"
},
"keywords": [
"test",
"check",
"variable",
"whole number",
"natural number",
"helper"
],
"author": "Michael Kortstiege",
"license": "ISC",
"bugs": {
"url": "https://github.com/nodexo/depicts-whole-number/issues"
},
"homepage": "https://github.com/nodexo/depicts-whole-number#readme",
"devDependencies": {
"standard": "^8.5.0",
"tap": "^8.0.0"
}
}