Browse Source

Add package.json

Alexandre Dieulot 6 years ago
parent
commit
873d83f6a2
1 changed files with 26 additions and 0 deletions
  1. 26 0
      package.json

+ 26 - 0
package.json

@@ -0,0 +1,26 @@
+{
+  "name": "instant.page",
+  "version": "0.0.0",
+  "description": "Make your site’s pages instant in 1 minute and improve your conversion rate by 1%",
+  "main": "instantpage.js",
+  "directories": {
+    "test": "test"
+  },
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/instantpage/instant.page.git"
+  },
+  "keywords": [
+    "instant",
+    "performance"
+  ],
+  "author": "Alexandre Dieulot",
+  "license": "MIT",
+  "bugs": {
+    "url": "https://github.com/instantpage/instant.page/issues"
+  },
+  "homepage": "https://instant.page/"
+}