We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
document-converter
1 parent 6c0d0da commit 0a5d387Copy full SHA for 0a5d387
document-converter/.gitignore
@@ -0,0 +1 @@
1
+node_modules
document-converter/package.json
@@ -0,0 +1,17 @@
+{
2
+ "name": "document-converter",
3
+ "version": "0.1.0",
4
+ "description": "Convert from Confluence's XML-based representation to Outline's JSON",
5
+ "main": "convert.ts",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [
10
+ "confluence",
11
+ "outline",
12
+ "import",
13
+ "json"
14
+ ],
15
+ "author": "ISAS-FSD <isas-fsd@groupes.epfl.ch>",
16
+ "license": "ISC"
17
+}
0 commit comments