2012-07-13 16:08:23 +00:00
|
|
|
{
|
|
|
|
"name": "tiddlywiki",
|
|
|
|
"preferGlobal": "true",
|
2022-12-19 18:52:03 +00:00
|
|
|
"version": "5.2.6-prerelease",
|
2012-07-13 16:08:23 +00:00
|
|
|
"author": "Jeremy Ruston <jeremy@jermolene.com>",
|
2013-03-19 22:45:12 +00:00
|
|
|
"description": "a non-linear personal web notebook",
|
2013-08-26 20:45:20 +00:00
|
|
|
"contributors": [
|
2012-07-13 16:08:23 +00:00
|
|
|
{
|
|
|
|
"name": "Jeremy Ruston",
|
|
|
|
"email": "jeremy@jermolene.com"
|
2013-08-26 20:45:20 +00:00
|
|
|
}
|
2012-07-13 16:08:23 +00:00
|
|
|
],
|
|
|
|
"bin": {
|
2012-07-18 10:50:48 +00:00
|
|
|
"tiddlywiki": "./tiddlywiki.js"
|
2012-07-13 16:08:23 +00:00
|
|
|
},
|
2014-01-13 18:29:22 +00:00
|
|
|
"main": "./boot/boot.js",
|
2012-07-13 16:08:23 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Jermolene/TiddlyWiki5.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"tiddlywiki",
|
|
|
|
"tiddlywiki5",
|
|
|
|
"wiki"
|
|
|
|
],
|
2020-10-26 17:52:25 +00:00
|
|
|
"devDependencies": {
|
2022-01-29 17:41:09 +00:00
|
|
|
"eslint": "^7.32.0"
|
2020-10-26 17:52:25 +00:00
|
|
|
},
|
2013-08-26 20:45:20 +00:00
|
|
|
"bundleDependencies": [],
|
2012-07-13 16:08:23 +00:00
|
|
|
"license": "BSD",
|
2013-01-28 19:26:26 +00:00
|
|
|
"engines": {
|
2012-07-13 16:08:23 +00:00
|
|
|
"node": ">=0.8.2"
|
2022-01-29 17:41:09 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint ."
|
2012-07-13 16:08:23 +00:00
|
|
|
}
|
2013-08-26 20:45:20 +00:00
|
|
|
}
|