source: frontend/node_modules/merge-descriptors/package.json

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 12 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.0 KB
Line 
1{
2 "name": "merge-descriptors",
3 "description": "Merge objects using descriptors",
4 "version": "1.0.3",
5 "author": {
6 "name": "Jonathan Ong",
7 "email": "me@jongleberry.com",
8 "url": "http://jongleberry.com",
9 "twitter": "https://twitter.com/jongleberry"
10 },
11 "contributors": [
12 "Douglas Christopher Wilson <doug@somethingdoug.com>",
13 "Mike Grabowski <grabbou@gmail.com>"
14 ],
15 "license": "MIT",
16 "repository": "sindresorhus/merge-descriptors",
17 "funding": "https://github.com/sponsors/sindresorhus",
18 "devDependencies": {
19 "eslint": "5.9.0",
20 "eslint-config-standard": "12.0.0",
21 "eslint-plugin-import": "2.14.0",
22 "eslint-plugin-node": "7.0.1",
23 "eslint-plugin-promise": "4.0.1",
24 "eslint-plugin-standard": "4.0.0",
25 "mocha": "5.2.0",
26 "nyc": "13.1.0"
27 },
28 "files": [
29 "HISTORY.md",
30 "LICENSE",
31 "README.md",
32 "index.js"
33 ],
34 "scripts": {
35 "lint": "eslint .",
36 "test": "mocha test/",
37 "test-cov": "nyc --reporter=html --reporter=text npm test"
38 }
39}
Note: See TracBrowser for help on using the repository browser.