handy-tools
Version:
A small library of handy tools
26 lines (25 loc) • 612 B
JSON
{
"name": "handy-tools",
"version": "1.26.1",
"description": "A small library of handy tools",
"engines": {
"node": ">=4.0.0"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plemiszki/handy-tools.git"
},
"author": "Peter Lemiszki <plemiszki@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/plemiszki/handy-tools/issues"
},
"homepage": "https://github.com/plemiszki/handy-tools#readme",
"dependencies": {
"moment": "^2.20.1"
}
}