v86/package.json
2020-07-21 20:10:13 -05:00

15 lines
272 B
JSON

{
"name": "v86",
"repository": {
"type": "git",
"url": "https://github.com/copy/v86"
},
"license": "BSD-2-Clause",
"scripts": {
"test": "node tests/full/run.js"
},
"devDependencies": {
"jshint": "^2.9.5"
}
}