-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 923 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "starflow-github",
"version": "0.1.1",
"description": "Starflow plugin that provides executables for Github steps.",
"main": "index.js",
"scripts": {
"test": "mocha test/**/*.spec.js",
"postversion": "git push && git push --tags"
},
"keywords": [
"starflow",
"starflowplugin",
"github",
"workflow"
],
"author": {
"name": "Benoit Ruiz",
"email": "[email protected]"
},
"contributors": [
{
"name": "Yannick Galatol"
}
],
"license": "ISC",
"repository": {
"type": "git",
"url": "[email protected]:Boulangerie/starflow-github.git"
},
"files": [
"index.js",
"lib"
],
"peerDependencies": {
"starflow": "~0.1.0"
},
"dependencies": {
"bluebird": "^3.4.1",
"lodash": "^4.13.1",
"github": "^0.2.4"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.0.1",
"starflow": "^0.1.2"
}
}