UNPKG

742 BJSONView Raw
1 {
2 "name": "@absolunet/cli",
3 "version": "0.0.1",
4 "description": "CLI utilities",
5 "definition": "",
6 "homepage": "https://github.com/absolunet/node-cli",
7 "author": { "name": "Absolunet", "url": "http://absolunet.com/" },
8
9 "license": "MIT",
10 "repository": { "url": "git://github.com/absolunet/node-cli.git", "type":"git" },
11 "bugs": { "url": "https://github.com/absolunet/node-cli/issues" },
12
13 "engines": { "node": ">= 7.7.3" },
14 "scripts": {
15 "test": "mocha"
16 },
17
18 "devDependencies": {
19 "eslint": "3.18.0",
20 "mocha": "3.2.0",
21 "mocha-eslint": "3.0.1"
22 },
23
24 "dependencies": {
25 "chalk": "^1.1.3",
26 "pad": "^1.1.0",
27 "read-pkg-up": "^2.0.0"
28 }
29}