UNPKG

1.82 kBJSONView Raw
1{
2 "name": "mecano",
3 "description": "Common functions for system deployment.",
4 "version": "0.6.0",
5 "author": "David Worms <david@adaltas.com>",
6 "bugs": {
7 "email": "open@adaltas.com",
8 "url": "http://github.com/wdavidw/node-mecano/issues"
9 },
10 "contributors": [
11 {
12 "name": "David Worms",
13 "email": "david@adaltas.com"
14 },
15 {
16 "name": "Pierre Sauvage",
17 "email": "pierre@adaltas.com"
18 },
19 {
20 "name": "Lucas Bakalian",
21 "email": "lucas@adaltas.com"
22 }
23 ],
24 "dependencies": {
25 "backmeup": "~0.0.2",
26 "colors": "^1.1.2",
27 "diff": "~3.0.0",
28 "each": "~0.6.1",
29 "ftp": "~0.3.10",
30 "glob": "~7.1.0",
31 "ini": "~1.3.4",
32 "js-yaml": "~3.6.1",
33 "jsesc": "~2.2.0",
34 "jsftp": "~1.5.4",
35 "minimatch": "~3.0.3",
36 "mustache": "~2.2.1",
37 "nunjucks": "~2.5.2",
38 "pad": "~1.0.1",
39 "regexp-quote": "~0.0.0",
40 "rimraf": "~2.5.4",
41 "ssh2-connect": "~1.0.1",
42 "ssh2-exec": "~0.3.3",
43 "ssh2-fs": "~0.2.2",
44 "stack-trace": "~0.0.9",
45 "tilde-expansion": "~0.0.0"
46 },
47 "devDependencies": {
48 "coffee-script": "~1.11.1",
49 "mocha": "~2.4.5",
50 "should": "~11.1.0",
51 "ssh2-they": "~1.0.1"
52 },
53 "engines": {
54 "node": ">= 6.2.2"
55 },
56 "homepage": "http://www.adaltas.com/projects/node-mecano/",
57 "keywords": [
58 "build",
59 "cli",
60 "deploy",
61 "fs",
62 "install",
63 "masson",
64 "ssh",
65 "system",
66 "task"
67 ],
68 "license": "BSD-3-Clause",
69 "main": "./lib/index",
70 "optionalDependencies": {
71 "eco": "~1.1.0-rc-3"
72 },
73 "repository": {
74 "type": "git",
75 "url": "https://github.com/wdavidw/node-mecano"
76 },
77 "scripts": {
78 "coffee": "coffee -b -o lib src",
79 "pretest": "cp -n test.coffee.sample test.coffee; coffee -b -o lib src",
80 "test": "NODE_ENV=test mocha"
81 }
82}