-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 859 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
{
"name": "openofficexml2markdown",
"version": "1.0.0",
"description": "Convert OpenOffice XML into Markdown format.",
"main": "index.js",
"scripts": {
"rollup": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glaszczyk/openofficexml2markdown.git"
},
"keywords": [
"xml",
"markdown"
],
"author": "Grzegorz Laszczyk",
"license": "MIT",
"bugs": {
"url": "https://github.com/glaszczyk/openofficexml2markdown/issues"
},
"homepage": "https://github.com/glaszczyk/openofficexml2markdown#readme",
"devDependencies": {
"eslint": "^3.17.0",
"eslint-config-idiomatic": "^3.1.0",
"jsdom": "^9.11.0",
"rollup": "^0.41.6",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^2.0.0"
}
}