Browse Source

add package.json

mightyplow 6 years ago
parent
commit
ef00d569ef
1 changed files with 16 additions and 0 deletions
  1. 16 0
      package.json

+ 16 - 0
package.json

@@ -0,0 +1,16 @@
+{
+  "name": "@mightyplow/blindtext",
+  "version": "0.0.1",
+  "description": "",
+  "main": "blindtext.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git@git.mightyplow.net:mightyplow/js-blindtext.git"
+  },
+  "keywords": [],
+  "author": "",
+  "license": "ISC"
+}