-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 919 Bytes
/
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
{
"name": "push2cloud-cf-workflows",
"version": "1.3.33",
"description": "some nice utils to use to make own workflows",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "npm run lint"
},
"engines": {
"node": ">=4.2.0"
},
"author": "Adriano Raiano <adriano@raiano.ch> (https://github.com/adrai)",
"contributors": [
"Adriano Raiano <adriano@raiano.ch> (https://github.com/adrai)",
"Christoph Hermann <schtoeffel@gmail.com> (http://stoeffel.github.io/)",
"Michael Erne <michael.erne@gmail.com> (https://github.com/michaelerne)"
],
"license": "Apache-2.0",
"repository": "push2cloud/cf-workflows",
"homepage": "http://push2.cloud/",
"devDependencies": {
"eslint": "3.19.0"
},
"dependencies": {
"push2cloud-cf-adapter": "1.7.1",
"push2cloud-workflow-utils": "1.0.2",
"debug": "3.1.0",
"lodash": "4.17.10",
"async": "2.6.0"
}
}