forked from kalabox/kalabox-app-pantheon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "kalabox-app-pantheon",
"description": "Create Pantheon-esque apps on Kalabox.",
"keywords": [
"docker",
"kalabox",
"drupal",
"wordpress"
],
"version": "0.10.4",
"repository": {
"type": "git",
"url": "https://github.com/kalabox/kalabox-app-pantheon.git"
},
"bugs": {
"url": "http://github.com/kalabox/kalabox-app-pantheon",
"email": "mike@kalamuna.com"
},
"scripts": {
"postinstall": "node ./scripts/downloadLibs.js"
},
"postInstallAssets": {
"kalabox-app-pantheon": {
"client": "app/plugins/kalabox-plugin-pantheon/lib/client.js"
}
},
"dependencies": {
"bluebird": "^2.9.32",
"fs-extra": "^0.18.2",
"inquirer": "^0.9.0",
"lodash": "^3.9.3",
"restler": "^3.3.0",
"retry-bluebird": "^0.1.1",
"ssh-fingerprint": "0.0.1",
"ssh-keygen": "^0.2.1"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "0.0.16",
"grunt-contrib-jshint": "~0.10.0",
"grunt-jscs": "~0.8.1",
"jshint-stylish": "~1.0.0",
"matchdep": "^0.3.0"
}
}