wallet-core/node_modules/lodash.isequal/package.json

17 lines
669 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "lodash.isequal",
"version": "4.5.0",
"description": "The Lodash method `_.isEqual` exported as a module.",
2016-10-10 03:43:44 +02:00
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
"license": "MIT",
2016-11-03 01:33:53 +01:00
"keywords": "lodash-modularized, isequal",
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
"contributors": [
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"repository": "lodash/lodash",
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
2016-10-10 03:43:44 +02:00
}