docs/docs-importer/package.json

34 lines
799 B
JSON
Raw Normal View History

2018-02-28 22:53:06 +01:00
{
2019-02-12 13:57:54 +01:00
"name": "teedy-importer",
2021-01-25 21:27:22 +01:00
"version": "1.9.0",
2019-02-12 13:57:54 +01:00
"description": "Import files to Teedy",
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",
"contributors": [
"Cornelius Hoffmann <coding@hoffmn.de>"
],
2018-02-28 22:53:06 +01:00
"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.5",
2018-02-28 22:53:06 +01:00
"ora": "^2.0.0",
"preferences": "^1.0.2",
"qs": "^6.9.4",
2018-02-28 22:53:06 +01:00
"recursive-readdir": "^2.2.2",
2020-06-23 22:31:49 +02:00
"minimatch": "^3.0.4",
"request": "^2.83.0",
"underscore": "^1.8.3"
2018-02-28 22:53:06 +01:00
}
}