UNPKG

846 BJSONView Raw
1{
2 "name": "updtr",
3 "version": "0.1.4",
4 "description": "Update outdated npm modules with zero pain™",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "mocha -R spec",
8 "test:watch": "npm run test -- -w -G",
9 "coverage": "istanbul cover _mocha -- -R spec"
10 },
11 "author": "peerigon",
12 "license": "Unlicense",
13 "bin": {
14 "updtr": "./bin/updtr"
15 },
16 "dependencies": {
17 "async": "^1.4.2",
18 "cli-spinner": "^0.2.1",
19 "colors": "^1.1.2",
20 "commander": "^2.8.1",
21 "unicons": "0.0.1"
22 },
23 "devDependencies": {
24 "chai": "^3.3.0",
25 "eslint": "^1.5.1",
26 "eslint-config-peerigon": "^0.1.0",
27 "istanbul": "^0.3.22",
28 "mocha": "^2.3.3"
29 },
30 "engines": {
31 "node": ">= 0.10.0",
32 "npm": ">= 2.5.0"
33 },
34 "repository": {
35 "type": "git",
36 "url": "https://github.com/peerigon/updtr.git"
37 }
38}