mirror of
https://github.com/zhigang1992/is-thirteen.git
synced 2026-01-12 09:04:33 +08:00
23 lines
500 B
JSON
23 lines
500 B
JSON
{
|
|
"name": "is-thirteen",
|
|
"version": "2.0.0",
|
|
"description": "Check if a number is equal to 13",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"tap": "5.7.0"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test.js",
|
|
"coverage": "tap test.js --cov --coverage-report=lcov"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jezen/is-thirteen.git"
|
|
},
|
|
"author": "Jezen Thomas <jezen@jezenthomas.com>",
|
|
"license": "WTFPL",
|
|
"dependencies": {
|
|
"noop3": "^13.7.2"
|
|
}
|
|
}
|