source: trip-planner-front/node_modules/extend/component.json

Last change on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 581 bytes
Line 
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
Note: See TracBrowser for help on using the repository browser.