UNPKG

1.75 kBJSONView Raw
1{
2 "name": "@blinkmobile/bmp-cli",
3 "description": "CLI utility for BlinkMobile's Mobility Platform",
4 "version": "0.5.1",
5 "bin": {
6 "blinkm-bmp": "bin/index.js"
7 },
8 "bugs": {
9 "url": "https://github.com/blinkmobile/bmp-cli/issues"
10 },
11 "dependencies": {
12 "@blinkmobile/blinkmrc": "1.1.0",
13 "@blinkmobile/json-as-files": "1.1.1",
14 "appdirectory": "0.1.0",
15 "are-we-there-yet": "1.1.1",
16 "async": "1.5.2",
17 "elegant-spinner": "1.0.1",
18 "find-up": "1.1.2",
19 "gauge": "1.2.7",
20 "glob": "7.0.3",
21 "load-json-file": "1.1.0",
22 "lodash.memoize": "4.0.1",
23 "log-update": "1.0.2",
24 "meow": "3.7.0",
25 "mkdirp": "0.5.1",
26 "pify": "2.3.0",
27 "prompt": "1.0.0",
28 "request": "2.69.0",
29 "rimraf": "2.5.2",
30 "update-notifier": "0.6.1",
31 "write-json-file": "1.2.0"
32 },
33 "devDependencies": {
34 "ava": "^0.13.0",
35 "eslint": "^1.10.3",
36 "eslint-config-semistandard": "^5.0.0",
37 "eslint-config-standard": "^4.4.0",
38 "eslint-plugin-standard": "^1.3.1",
39 "fixpack": "^2.2.0",
40 "mockery": "^1.4.0",
41 "npm-run-all": "^1.5.0",
42 "nyc": "^6.0.0",
43 "temp": "^0.8.3"
44 },
45 "engines": {
46 "node": ">=4.0.0",
47 "npm": ">=3.0.0"
48 },
49 "files": [
50 "bin",
51 "commands",
52 "lib",
53 "index.js"
54 ],
55 "homepage": "https://github.com/blinkmobile/bmp-cli#readme",
56 "keywords": [],
57 "license": "BSD-3-Clause",
58 "main": "index.js",
59 "repository": {
60 "type": "git",
61 "url": "git+https://github.com/blinkmobile/bmp-cli.git"
62 },
63 "scripts": {
64 "ava": "nyc ava",
65 "eslint": "eslint .",
66 "fixpack": "fixpack",
67 "nyc": "nyc check-coverage -s 80 -b 50 -f 80 -l 80",
68 "posttest": "npm-run-all eslint fixpack",
69 "test": "npm-run-all -s ava nyc"
70 }
71}