1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-03 08:35:29 +02:00
joplin/packages/generator-joplin/package.json

37 lines
846 B
JSON
Raw Normal View History

{
"name": "generator-joplin",
2022-04-20 17:31:49 +02:00
"version": "2.8.1",
"description": "Scaffolds out a new Joplin plugin",
2021-01-03 15:26:58 +02:00
"homepage": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin",
"author": {
"name": "Laurent Cozic",
2021-01-03 15:26:58 +02:00
"url": "https://github.com/laurent22/joplin/tree/dev/packages/generator-joplin"
},
"scripts": {
"test": "jest",
"test-ci": "yarn test"
},
"files": [
"generators"
],
"main": "generators/index.js",
"keywords": [
"joplin",
"yeoman-generator"
],
"engines": {
"npm": ">= 4.0.0"
},
"dependencies": {
"chalk": "^2.1.0",
"slugify": "^1.4.6",
"yeoman-generator": "^2.0.1",
"yosay": "^2.0.1"
},
"devDependencies": {
"jest": "^26.6.3"
},
"repository": "https://github.com/laurent22/generator-joplin",
2020-12-28 00:25:17 +02:00
"license": "MIT",
"private": true
2022-04-20 17:31:49 +02:00
}