Browse Source

Simple initial package.json

copy 8 years ago
parent
commit
7fdbb31d7e
1 changed files with 11 additions and 0 deletions
  1. 11 0
      package.json

+ 11 - 0
package.json

@@ -0,0 +1,11 @@
+{
+    "name": "v86",
+    "repository": {
+        "type": "git",
+        "url": "https://github.com/copy/v86"
+    },
+    "license": "BSD-2-Clause",
+    "scripts": {
+        "test": "node tests/full/run.js"
+    }
+}