docs/docs-importer/package.json

29 lines
689 B
JSON
Raw Normal View History

2018-02-28 22:53:06 +01:00
{
"name": "docs-importer",
"version": "1.5.1",
2018-02-28 22:53:06 +01:00
"description": "Import files to Sismics Docs",
2018-03-01 14:18:23 +01:00
"bin": "main.js",
2018-02-28 22:53:06 +01:00
"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",
"minimist": "^1.2.0",
2018-02-28 22:53:06 +01:00
"ora": "^2.0.0",
"preferences": "^1.0.2",
"recursive-readdir": "^2.2.2",
"request": "^2.83.0",
"underscore": "^1.8.3"
2018-02-28 22:53:06 +01:00
}
}