package.json 329 B

12345678910111213
  1. {
  2. "name": "array-equal",
  3. "description": "check if two arrays are equal",
  4. "version": "1.0.0",
  5. "author": {
  6. "name": "Jonathan Ong",
  7. "email": "me@jongleberry.com",
  8. "url": "http://jongleberry.com",
  9. "twitter": "https://twitter.com/jongleberry"
  10. },
  11. "license": "MIT",
  12. "repository": "component/array-equal"
  13. }