diff options
author | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-01-30 18:24:49 -0800 |
---|---|---|
committer | cel <cel@f/6sQ6d2CMxRUhLpspgGIulDxDCwYD7DzFzPNr7u5AU=.ed25519> | 2017-01-30 18:24:49 -0800 |
commit | 7a3b67c49b20c9063a696b8fb7dc00e541855693 (patch) | |
tree | 67cbb86265898fa7cc14ebb564c9a9f1ad872221 /package.json | |
download | patchfoo-7a3b67c49b20c9063a696b8fb7dc00e541855693.tar.gz patchfoo-7a3b67c49b20c9063a696b8fb7dc00e541855693.zip |
Init
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..8b769eb --- /dev/null +++ b/package.json @@ -0,0 +1,33 @@ +{ + "name": "patchfoo", + "version": "0.0.0", + "description": "plain ssb web ui", + "dependencies": { + "asyncmemo": "^1.0.0", + "emoji-named-characters": "^1.0.2", + "emoji-server": "^1.0.0", + "human-time": "^0.0.1", + "hyperscript": "^2.0.2", + "lrucache": "^1.0.2", + "multicb": "^1.2.1", + "pull-cat": "^1.1.11", + "pull-paginate": "^1.0.0", + "pull-paramap": "^1.2.1", + "pull-stream": "^3.5.0", + "ssb-avatar": "^0.2.0", + "ssb-marked": "^0.6.0", + "ssb-mentions": "^0.1.0", + "ssb-sort": "^1.0.0", + "stream-to-pull-stream": "^1.7.2" + }, + "devDependencies": { + "ssb-client": "^4.4.0" + }, + "author": "cel", + "homepage": "https://git.scuttlebot.io/%25YAg1hicat%2B2GELjE2QJzDwlAWcx0ML%2B1sXEdsWwvdt8%3D.sha256", + "repository": { + "type": "git", + "url": "ssb://%YAg1hicat+2GELjE2QJzDwlAWcx0ML+1sXEdsWwvdt8=.sha256" + }, + "license": "AGPL-3.0+" +} |