UNPKG

639 BJSONView Raw
1{
2 "name": "handy-tools",
3 "version": "2.8.2",
4 "description": "A small library of handy tools",
5 "engines": {
6 "node": ">=4.0.0"
7 },
8 "main": "index.js",
9 "scripts": {
10 "test": "echo \"Error: no test specified\" && exit 1"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/plemiszki/handy-tools.git"
15 },
16 "author": "Peter Lemiszki <plemiszki@gmail.com>",
17 "license": "ISC",
18 "bugs": {
19 "url": "https://github.com/plemiszki/handy-tools/issues"
20 },
21 "homepage": "https://github.com/plemiszki/handy-tools#readme",
22 "dependencies": {
23 "change-case": "3.1.0",
24 "moment": "^2.20.1"
25 }
26}