diff --git a/README.md b/README.md
index 6c40d01..d86c537 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Load Pagify and jQuery:
``` html
-
+
```
Create a div that will contain page content:
diff --git a/pagify.js b/jquery.pagify.js
similarity index 100%
rename from pagify.js
rename to jquery.pagify.js
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..cad3b3e
--- /dev/null
+++ b/package.json
@@ -0,0 +1,26 @@
+{
+ "name": "jquery-pagify",
+ "version": "1.0.1",
+ "description": "A jQuery plugin for effortlessly creating single page web sites.",
+ "main": "jquery.pagify.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/cmpolis/Pagify.git"
+ },
+ "keywords": [
+ "jquery",
+ "one-page"
+ ],
+ "author": "Chris Polis",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/cmpolis/Pagify/issues"
+ },
+ "homepage": "https://github.com/cmpolis/Pagify#readme",
+ "dependencies": {
+ "jquery": "^3.2.1"
+ }
+}