-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.38 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.38 KB
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
48
{
"name": "continui-githubre",
"version": "0.0.1",
"description": "A continui action characterized by creating well-defined releases on GitHub, useful for continuous delivery.",
"main": "dist/continui-github-release.js",
"types": "dist/definitions/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/franciscomerdot/continui-githubre.git"
},
"author": "franciscomerdot <franciscomerdot@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/franciscomerdot/continui-githubre/issues"
},
"homepage": "https://github.com/franciscomerdot/continui-githubre#readme",
"dependencies": {
"axios": "^0.17.1",
"continui-action": "file:../continui-action",
"continui-services": "file:../continui-services"
},
"devDependencies": {
"@types/mocha": "^2.2.48",
"@types/node": "^8.5.9",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-mocha": "^4.3.1",
"gulp-sourcemaps": "^2.6.4",
"gulp-tslint": "^8.1.2",
"gulp-typescript": "^3.2.4",
"gulp-zip": "^4.0.0",
"rollup": "^0.50.0",
"rollup-plugin-typescript2": "^0.9.0",
"tslint": "^5.9.1",
"tslint-config-airbnb": "^5.5.0",
"typemoq": "^2.1.0",
"typescript": "^2.7.1"
}
}