wallet-core/node_modules/lodash/package.json

18 lines
653 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "lodash",
"version": "4.17.4",
2016-11-03 01:33:53 +01:00
"description": "Lodash modular utilities.",
"keywords": "modules, stdlib, util",
2016-10-10 03:43:44 +02:00
"homepage": "https://lodash.com/",
2016-11-03 01:33:53 +01:00
"repository": "lodash/lodash",
"icon": "https://lodash.com/icon.svg",
2016-10-10 03:43:44 +02:00
"license": "MIT",
2016-11-03 01:33:53 +01:00
"main": "lodash.js",
"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
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
2016-10-10 03:43:44 +02:00
}