mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 15:16:18 +00:00
38 lines
733 B
JSON
38 lines
733 B
JSON
{
|
|
"name": "tiddlywiki",
|
|
"preferGlobal": "true",
|
|
"version": "5.3.2-prerelease",
|
|
"author": "Jeremy Ruston <jeremy@jermolene.com>",
|
|
"description": "a non-linear personal web notebook",
|
|
"contributors": [
|
|
{
|
|
"name": "Jeremy Ruston",
|
|
"email": "jeremy@jermolene.com"
|
|
}
|
|
],
|
|
"bin": {
|
|
"tiddlywiki": "./tiddlywiki.js"
|
|
},
|
|
"main": "./boot/boot.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Jermolene/TiddlyWiki5.git"
|
|
},
|
|
"keywords": [
|
|
"tiddlywiki",
|
|
"tiddlywiki5",
|
|
"wiki"
|
|
],
|
|
"devDependencies": {
|
|
"eslint": "^7.32.0"
|
|
},
|
|
"bundleDependencies": [],
|
|
"license": "BSD",
|
|
"engines": {
|
|
"node": ">=0.8.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint ."
|
|
}
|
|
}
|