package.json 272 B

1234567891011121314
  1. {
  2. "name": "v86",
  3. "repository": {
  4. "type": "git",
  5. "url": "https://github.com/copy/v86"
  6. },
  7. "license": "BSD-2-Clause",
  8. "scripts": {
  9. "test": "node tests/full/run.js"
  10. },
  11. "devDependencies": {
  12. "jshint": "^2.9.5"
  13. }
  14. }