UNPKG

1.48 kBJSONView Raw
1{
2 "name": "kinvey-cli",
3 "version": "1.0.0",
4 "description": "Utility for deploying and managing FlexServices on Kinvey's FlexService Runtime",
5 "keywords": [
6 "Kinvey"
7 ],
8 "homepage": "http://www.kinvey.com",
9 "bugs": "https://github.com/Kinvey/kinvey-cli/issues",
10 "license": "Apache-2.0",
11 "author": "Kinvey, Inc.",
12 "contributors": [
13 "Mark van Seventer <mark@kinvey.com>",
14 "Sam Levin <sam@kinvey.com>"
15 ],
16 "bin": {
17 "kinvey": "./bin/cli.js"
18 },
19 "repository": {
20 "type": "git",
21 "url": "Kinvey/kinvey-cli"
22 },
23 "scripts": {
24 "start": "./bin/cli.js",
25 "pretest": "./node_modules/.bin/coffeelint --file ./.coffeelint bin/ cmd/ config/ lib/ test/",
26 "test": "./node_modules/.bin/mocha test/"
27 },
28 "dependencies": {
29 "archiver": "1.0.1",
30 "async": "1.4.2",
31 "chalk": "1.1.1",
32 "coffee-script": "1.10.0",
33 "commander": "2.8.1",
34 "config": "1.16.0",
35 "custom-logger": "0.3.1",
36 "inquirer": "0.10.0",
37 "isemail": "1.2.0",
38 "lodash.merge": "3.3.2",
39 "moment": "2.11.2",
40 "os-homedir": "1.0.1",
41 "request": "2.63.0",
42 "update-notifier": "0.5.0",
43 "uuid": "2.0.3",
44 "valid-url": "1.0.9"
45 },
46 "devDependencies": {
47 "chai": "3.3.0",
48 "coffeelint": "1.12.1",
49 "mocha": "2.3.3",
50 "nock": "2.12.0",
51 "sinon": "1.17.0",
52 "sinon-chai": "2.8.0"
53 },
54 "engines": {
55 "node": ">=6.x.x"
56 },
57 "os": [
58 "darwin",
59 "linux",
60 "win32"
61 ],
62 "preferGlobal": true
63}