1
0
mirror of https://github.com/sismics/docs.git synced 2026-02-07 21:02:17 +00:00

init files importer

This commit is contained in:
Benjamin Gamard
2018-02-28 22:53:06 +01:00
parent 1ce5ba4f06
commit cc6e1b4052
5 changed files with 934 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
{
"name": "docs-importer",
"version": "1.0.0",
"description": "Import files to Sismics Docs",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sismics/docs.git"
},
"author": "Benjamin Gamard",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/sismics/docs/issues"
},
"homepage": "https://github.com/sismics/docs#readme",
"dependencies": {
"inquirer": "^5.1.0",
"ora": "^2.0.0",
"preferences": "^1.0.2",
"recursive-readdir": "^2.2.2",
"request": "^2.83.0"
}
}