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

31 lines
1.2 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "lodash.template",
"version": "3.6.2",
"description": "The modern build of lodashs `_.template` as a module.",
"homepage": "https://lodash.com/",
"icon": "https://lodash.com/icon.svg",
2016-11-03 01:33:53 +01:00
"license": "MIT",
"keywords": "lodash, lodash-modularized, stdlib, util",
2016-11-03 01:33:53 +01:00
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
2016-10-10 03:43:44 +02:00
"contributors": [
2016-11-03 01:33:53 +01:00
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
"Benjamin Tan <demoneaux@gmail.com> (https://d10.github.io/)",
2016-11-03 01:33:53 +01:00
"Blaine Bublitz <blaine@iceddev.com> (http://www.iceddev.com/)",
"Kit Cambridge <github@kitcambridge.be> (http://kitcambridge.be/)",
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
2016-10-10 03:43:44 +02: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
"dependencies": {
"lodash._basecopy": "^3.0.0",
"lodash._basetostring": "^3.0.0",
"lodash._basevalues": "^3.0.0",
"lodash._isiterateecall": "^3.0.0",
"lodash._reinterpolate": "^3.0.0",
"lodash.escape": "^3.0.0",
"lodash.keys": "^3.0.0",
"lodash.restparam": "^3.0.0",
"lodash.templatesettings": "^3.0.0"
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}