Bez popisu

package.json 699B

12345678910111213141516
  1. {
  2. "name": "lodash._root",
  3. "version": "3.0.1",
  4. "description": "The internal lodash function `root` exported as a module.",
  5. "homepage": "https://lodash.com/",
  6. "icon": "https://lodash.com/icon.svg",
  7. "license": "MIT",
  8. "author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
  9. "contributors": [
  10. "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
  11. "Blaine Bublitz <blaine@iceddev.com> (https://github.com/phated)",
  12. "Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
  13. ],
  14. "repository": "lodash/lodash",
  15. "scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
  16. }