mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-24 08:12:24 +02:00
30 lines
607 B
JSON
30 lines
607 B
JSON
{
|
|
"name": "generator-joplin",
|
|
"version": "1.6.0",
|
|
"description": "Scaffolds out a new Joplin plugin",
|
|
"homepage": "https://joplinapp.org",
|
|
"author": {
|
|
"name": "Laurent Cozic",
|
|
"url": "https://joplinapp.org"
|
|
},
|
|
"files": [
|
|
"generators"
|
|
],
|
|
"main": "generators/index.js",
|
|
"keywords": [
|
|
"joplin",
|
|
"yeoman-generator"
|
|
],
|
|
"engines": {
|
|
"npm": ">= 4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.1.0",
|
|
"yeoman-generator": "^2.0.1",
|
|
"yosay": "^2.0.1"
|
|
},
|
|
"repository": "https://github.com/laurent22/generator-joplin",
|
|
"license": "MIT",
|
|
"private": true
|
|
}
|