UNPKG

1.72 kBJSONView Raw
1{
2 "name": "gorillajs",
3 "author": {
4 "name": "David Barreiros",
5 "email": "hola@davidbarreiros.es",
6 "url": "davidbarreiros.es"
7 },
8 "version": "0.5.91",
9 "description": "A smart development environment designed to easily install and neatly manage web applications. Gorilla JS frees you from the repetitive daily tasks like apps installation, database management, creation of virtual environment, server configuration… And it keeps your projects in order and independents.",
10 "keywords": [
11 "Docker",
12 "templates",
13 "Wordpress",
14 "html5",
15 "productivity"
16 ],
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/barreiros/GorillaJS"
20 },
21 "license": "MIT",
22 "preferGlobal": true,
23 "bin": {
24 "gorilla": "index.js"
25 },
26 "files": [
27 "index.js",
28 "README.md",
29 "lib"
30 ],
31 "dependencies": {
32 "aws-sdk": "^2.52.0",
33 "colors": "^1.1.2",
34 "dateformat": "^1.0.11",
35 "escape-string-regexp": "^1.0.4",
36 "figlet": "^1.2.0",
37 "fs-extra": "^0.26.2",
38 "gulp": "^3.9.0",
39 "gulp-batch-replace": "0.0.0",
40 "gulp-jshint": "^2.0.0",
41 "gulp-rimraf": "^0.2.0",
42 "gulp-using": "^0.1.0",
43 "htmlencode": "0.0.4",
44 "inquirer": "^0.11.4",
45 "ip": "^1.1.0",
46 "is-online": "^5.1.2",
47 "jshint": "^2.9.1",
48 "merge-json": "0.1.0-b.3",
49 "minimist": "^1.2.0",
50 "mkdirp": "^0.5.1",
51 "open": "0.0.5",
52 "openurl": "^1.1.1",
53 "path": "^0.12.7",
54 "portscanner": "^2.1.1",
55 "readline-sync": "^1.2.21",
56 "request": "^2.81.0",
57 "run-sequence": "^1.1.4",
58 "split": "^1.0.0",
59 "ssh2": "^0.4.13",
60 "through2": "^2.0.0",
61 "universal-analytics": "^0.4.15",
62 "uuid": "^3.0.1",
63 "yamljs": "^0.2.8"
64 }
65}