devutils
Version:
Utils functions
34 lines (33 loc) • 674 B
JSON
{
"name": "devutils",
"version": "1.0.0",
"description": "Utils functions",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/MilkZoft/utils.git"
},
"keywords": [
"isMobile",
"isDesktop",
"isYear",
"isMonth",
"isDay"
],
"author": "Carlos Santana <carlos@milkzoft.com> (http://www.codejobs.biz/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/MilkZoft/utils/issues"
},
"homepage": "https://github.com/MilkZoft/utils",
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0"
}
}