-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 850 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 850 Bytes
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
{
"name": "push2cloud-workflow-utils",
"version": "1.0.2",
"description": "general workflow utilities",
"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/workflow-utils",
"homepage": "http://push2.cloud/",
"devDependencies": {
"eslint": "2.13.1"
},
"dependencies": {
"async": "2.0.0-rc.3",
"debug": "2.2.0",
"dotty": "0.0.2",
"lodash": "4.13.1"
}
}