Files
is-thirteen/package.json
Jezen Thomas 60990ab308 2.0.0
2016-03-24 12:17:17 +01:00

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"
}
}