From f42fb29783f85b0441878d781c46624cbea0bbf4 Mon Sep 17 00:00:00 2001 From: Asa Ayers Date: Fri, 30 May 2014 15:30:00 -0400 Subject: [PATCH] Add a package.json for compatibility with npm --- package.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..f9800314 --- /dev/null +++ b/package.json @@ -0,0 +1,15 @@ +{ + "name": "pnotify", + "version": "2.0.1", + "main": "pnotify.core.js", + "repository": { + "type": "git", + "url": "https://github.com/sciactive/pnotify.git" + }, + "author": "", + "license": "GPL LGPL and MPL", + "bugs": { + "url": "https://github.com/sciactive/pnotify/issues" + }, + "homepage": "https://github.com/sciactive/pnotify" +}