-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (53 loc) · 1003 Bytes
/
Copy pathpackage.json
File metadata and controls
54 lines (53 loc) · 1003 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "in-between",
"version": "5.2.0",
"description": "Test whether a number, english alphabet character or Date is between two others. ",
"main": "index.js",
"homepage": "https://github.com/alvarobernalg/in-between.git",
"repository": {
"type": "git",
"url": "https://github.com/alvarobernalg/in-between.git"
},
"scripts": {
"test": "./node_modules/jest/bin/jest.js"
},
"keywords": [
"between",
"inbetween",
"in-between",
"is",
"inside",
"range",
"number",
"date",
"Date",
"in",
"num",
"char",
"character",
"alphabet",
"abc",
"syllabary",
"test",
"middle",
"check"
],
"author": {
"name": "Alvaro Bernal Gimeno",
"email": "alvaro.bernal.gimeno@gmail.com"
},
"license": "M.I.T",
"devDependencies": {
"jest": "^20.0.4"
},
"dependencies": {},
"standard": {
"global": [
"it",
"expect",
"describe",
"test"
]
},
"reveal": "true"
}