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

38 lines
850 B
JSON
Raw Normal View History

{
"name": "generator-joplin",
2021-11-02 22:07:13 +02:00
"version": "2.6.0",
"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": "npm run 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
}