UNPKG

890 BJSONView Raw
1{
2 "name": "netlify-cli",
3 "version": "1.2.3",
4 "description": "Netlify builds, deploys and hosts your front-end straight from Github.",
5 "scripts": {
6 "test": "echo \"Error: no test specified\" && exit 1"
7 },
8 "bin": {
9 "netlify": "./bin/cli.js"
10 },
11 "keywords": [
12 "netlify",
13 "hosting",
14 "cdn",
15 "deploy"
16 ],
17 "author": "Netlify",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/netlify/netlify-cli/issues"
21 },
22 "repository": {
23 "type": "git",
24 "url": "https://github.com/netlify/netlify-cli.git"
25 },
26 "homepage": "https://github.com/netlify/netlify-cli",
27 "dependencies": {
28 "chalk": "^0.5.1",
29 "commander": "^2.9.0",
30 "github": "^0.2.4",
31 "home-dir": "^0.2.0",
32 "inquirer": "^0.11.0",
33 "netlify": "^1.2.0",
34 "open": "0.0.5",
35 "prompt": "^0.2.14",
36 "update-notifier": "^0.6.0",
37 "when": "^3.7.5"
38 }
39}