-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 905 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
{
"name": "gulp-gfmtoconf",
"version": "1.0.0",
"description": "Converts Github flavoured markdown to Confluence Wiki markup",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"github",
"confluence",
"converter",
"markdown",
"markup"
],
"repository": "praveenpuglia/gulp-gfmtoconf",
"author": {
"name": "Praveen Puglia",
"email": "[email protected]",
"url": "http://praveenpuglia.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/praveenpuglia/gulp-gfmtoconf/issues"
},
"homepage": "https://github.com/praveenpuglia/gulp-gfmtoconf#readme",
"dependencies": {
"gulp-util": "^3.0.8",
"markdown2confluence": "^1.2.0",
"through2": "^2.0.3"
},
"devDependencies": {
"mocha": "^3.2.0"
}
}