mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Initial package.json
This commit is contained in:
parent
d910d75124
commit
47435594e7
37
package.json
Normal file
37
package.json
Normal file
@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "tiddlywiki",
|
||||
"preferGlobal": "true",
|
||||
"version": "0.0.1",
|
||||
"author": "Jeremy Ruston <jeremy@jermolene.com>",
|
||||
"description": "a reusable non-linear personal web notebook",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Jeremy Ruston",
|
||||
"email": "jeremy@jermolene.com"
|
||||
}
|
||||
],
|
||||
"bin": {
|
||||
"tiddlywiki": "./core/boot.js"
|
||||
},
|
||||
"main": "./core/boot.js",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Jermolene/TiddlyWiki5.git"
|
||||
},
|
||||
"keywords": [
|
||||
"tiddlywiki",
|
||||
"tiddlywiki5",
|
||||
"wiki"
|
||||
],
|
||||
"dependencies" : {
|
||||
"esprima" : "0.9.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
},
|
||||
"bundleDependencies": [
|
||||
],
|
||||
"license": "BSD",
|
||||
"engine": {
|
||||
"node": ">=0.8.2"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user