v86/package.json

15 lines
272 B
JSON
Raw Normal View History

2015-11-06 17:19:04 +01:00
{
"name": "v86",
"repository": {
"type": "git",
"url": "https://github.com/copy/v86"
},
"license": "BSD-2-Clause",
"scripts": {
"test": "node tests/full/run.js"
2017-12-20 21:32:02 +01:00
},
"devDependencies": {
"jshint": "^2.9.5"
2015-11-06 17:19:04 +01:00
}
}