.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / extend / component.json
1 {
2         "name": "extend",
3         "author": "Stefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)",
4         "version": "3.0.0",
5         "description": "Port of jQuery.extend for node.js and the browser.",
6         "scripts": [
7                 "index.js"
8         ],
9         "contributors": [
10                 {
11                         "name": "Jordan Harband",
12                         "url": "https://github.com/ljharb"
13                 }
14         ],
15         "keywords": [
16                 "extend",
17                 "clone",
18                 "merge"
19         ],
20         "repository" : {
21                 "type": "git",
22                 "url": "https://github.com/justmoon/node-extend.git"
23         },
24         "dependencies": {
25         },
26         "devDependencies": {
27                 "tape" : "~3.0.0",
28                 "covert": "~0.4.0",
29                 "jscs": "~1.6.2"
30         }
31 }
32