summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-01-27 11:12:27 +0000
committerpad <pad@vm-pad-b.spline.inf.fu-berlin.de>2014-01-27 11:12:27 +0000
commit33b97da914105927bc5800224b9bab0ad1d312c6 (patch)
tree565c8906361f37d4c42ba23c0ea4897f722984d8 /package.json
downloadep_headline_buttons-33b97da914105927bc5800224b9bab0ad1d312c6.tar.gz
ep_headline_buttons-33b97da914105927bc5800224b9bab0ad1d312c6.tar.bz2
ep_headline_buttons-33b97da914105927bc5800224b9bab0ad1d312c6.zip
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..e7e5364
--- /dev/null
+++ b/package.json
@@ -0,0 +1,16 @@
+{
+ "description": "Adds buttons for headlines to Etherpad Lite.",
+ "name": "ep_headline_buttons",
+ "version": "0.1.0",
+ "author": "Alexander Sulfrian <alexander@sulfrian.net>",
+ "dependencies": {},
+ "engines": {
+ "node": "*"
+ },
+ "homepage": "https://github.com/AlexanderS/ep_headline_buttons",
+ "devDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/AlexanderS/ep_headline_buttons.git"
+ }
+}