Simple initial package.json

This commit is contained in:
copy 2015-11-06 17:19:04 +01:00
parent 607e46461c
commit 7fdbb31d7e

11
package.json Normal file
View file

@ -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"
}
}